Home
last modified time | relevance | path

Searched refs:ssid_hex_ (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/wifi/
Dwifi_endpoint.h198 std::string ssid_hex_; variable
Dwifi_endpoint.cc91 ssid_hex_ = base::HexEncode(&(*ssid_.begin()), ssid_.size()); in WiFiEndpoint()
200 return ssid_hex_; in ssid_hex()