Searched refs:m_wifiCountryCode (Results 1 – 5 of 5) sorted by relevance
79 wifiCountryCode = m_wifiCountryCode; in GetWifiCountryCode()147 m_wifiCountryCode = wifiCountryCode; in UpdateWifiCountryCode()
149 std::string m_wifiCountryCode = DEFAULT_WIFI_COUNTRY_CODE; variable
265 mutable std::string m_wifiCountryCode; variable
386 … strncasecmp(wifiCountryCode.c_str(), m_wifiCountryCode.c_str(), WIFI_COUNTRY_CODE_LEN) == 0) { in ProcessCmdUpdateCountryCode()393 m_wifiCountryCode = wifiCountryCode; in ProcessCmdUpdateCountryCode()470 m_wifiCountryCode = std::move(countryCode); in SetCountry()
134 WifiCountryCodeManager::GetInstance().m_wifiCountryCode = "CN";