Searched refs:ssid_bytes (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/geolocation/
H A Dwifi_data_provider_linux.cc250 const uint8* ssid_bytes = NULL; local
252 if (!variant_reader.PopArrayOfBytes(&ssid_bytes, &ssid_length)) {
257 std::string ssid(ssid_bytes, ssid_bytes + ssid_length);

Completed in 98 milliseconds