Home
last modified time | relevance | path

Searched refs:country_code_ (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/wifi/
Dwifi_endpoint.h201 std::string country_code_; variable
Dwifi_endpoint.cc72 &ieee80211w_required_, &country_code_)) { in WiFiEndpoint()
212 return country_code_; in country_code()
Dwifi_service.cc125 store->RegisterConstString(kCountryProperty, &country_code_); in WiFiService()
846 if (country_code_ != country_code) { in UpdateFromEndpoints()
847 country_code_ = country_code; in UpdateFromEndpoints()
848 adaptor()->EmitStringChanged(kCountryProperty, country_code_); in UpdateFromEndpoints()
Dwifi_service.h363 std::string country_code_; variable