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

/external/chromium_org/chromeos/network/
H A Dshill_property_util.cc73 std::string hex_ssid = base::HexEncode(ssid.c_str(), ssid.size()); local
74 properties->SetStringWithoutPathExpansion(shill::kWifiHexSsid, hex_ssid);
89 std::string hex_ssid; local
90 properties.GetStringWithoutPathExpansion(shill::kWifiHexSsid, &hex_ssid);
92 if (hex_ssid.empty()) {
100 if (base::HexStringToBytes(hex_ssid, &raw_ssid_bytes)) {
104 hex_ssid.c_str(), ssid.c_str()), name);
109 hex_ssid.c_str()), name);

Completed in 691 milliseconds