Home
last modified time | relevance | path

Searched refs:m_wifiCountryCode (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/wifi_country_code/
H A Dwifi_country_code_manager.cpp79 wifiCountryCode = m_wifiCountryCode; in GetWifiCountryCode()
147 m_wifiCountryCode = wifiCountryCode; in UpdateWifiCountryCode()
H A Dwifi_country_code_manager.h149 std::string m_wifiCountryCode = DEFAULT_WIFI_COUNTRY_CODE; variable
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_started_state.h265 mutable std::string m_wifiCountryCode; variable
H A Dap_started_state.cpp386 … 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()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_config_use_test.cpp134 WifiCountryCodeManager::GetInstance().m_wifiCountryCode = "CN";