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

/external/chromium_org/chromeos/network/
H A Dshill_property_util.cc99 std::vector<uint8> raw_ssid_bytes; local
100 if (base::HexStringToBytes(hex_ssid, &raw_ssid_bytes)) {
101 ssid = std::string(raw_ssid_bytes.begin(), raw_ssid_bytes.end());

Completed in 503 milliseconds