Home
last modified time | relevance | path

Searched refs:HAL_COUNTRY_CODE_LENGTH (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/common/
H A Dwifi_native_define.h22 #define HAL_COUNTRY_CODE_LENGTH 2 macro
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_client.cpp479 char szCountryCode[HAL_COUNTRY_CODE_LENGTH + 1] = ""; in ReqWpaGetCountryCode()
480 …if (WIFI_HAL_OPT_OK != HdiWpaStaGetCountryCode(szCountryCode, HAL_COUNTRY_CODE_LENGTH, ifaceName))… in ReqWpaGetCountryCode()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/
H A Dwifi_idl_client.cpp990 if (code.length() != HAL_COUNTRY_CODE_LENGTH) { in SetWifiCountryCode()
1193 if (countryCode.length() != HAL_COUNTRY_CODE_LENGTH) { in ReqWpaSetCountryCode()