Searched refs:hex_ssid (Results 1 – 3 of 3) sorted by relevance
136 bool hex_ssid = cl->HasSwitch(switches::kHexSsid); in main() local138 MyClient client(ssid, hex_ssid, psk); in main()
241 const string hex_ssid( in AddServiceToProfileStorage() local244 profile_storage, id, WiFiService::kStorageSSID, hex_ssid); in AddServiceToProfileStorage()
227 string hex_ssid = base::HexEncode(ssid.data(), ssid.size()); variable232 arg.GetString(WiFiService::kStorageSSID) == hex_ssid &&