Searched defs:country_code (Results 1 - 3 of 3) sorted by relevance

/system/connectivity/shill/wifi/
H A Dwifi_endpoint.cc211 const string& WiFiEndpoint::country_code() const { function in class:shill::WiFiEndpoint
415 bool* ieee80211w_required, string* country_code) {
446 *country_code = string(it + 2, it + 4);
411 ParseIEs( const KeyValueStore& properties, Metrics::WiFiNetworkPhyMode* phy_mode, VendorInformation* vendor_information, bool* ieee80211w_required, string* country_code) argument
H A Dwifi_endpoint_unittest.cc182 bool* ieee80211w_required, std::string* country_code) {
184 ieee80211w_required, country_code);
642 string country_code; local
644 nullptr, &country_code); local
645 EXPECT_TRUE(country_code.empty());
655 string country_code; local
657 nullptr, &country_code); local
658 EXPECT_TRUE(country_code.empty());
668 string country_code; local
670 nullptr, &country_code); local
179 ParseIEs(const KeyValueStore& properties, Metrics::WiFiNetworkPhyMode* phy_mode, WiFiEndpoint::VendorInformation* vendor_information, bool* ieee80211w_required, std::string* country_code) argument
681 string country_code; local
683 nullptr, &country_code); local
684 EXPECT_EQ(string(kCountryCode, 0, 2), country_code); local
[all...]
H A Dwifi_service.cc823 string country_code; local
833 country_code = representative_endpoint->country_code();
846 if (country_code_ != country_code) {
847 country_code_ = country_code;

Completed in 68 milliseconds