Home
last modified time | relevance | path

Searched refs:COUNTRY_CODE_EID (Results 1 – 2 of 2) 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_define.h48 constexpr unsigned int COUNTRY_CODE_EID = 7; variable
H A Dwifi_country_code_policy.cpp246 if (ie.id != COUNTRY_CODE_EID || ie.content.size() < WIFI_COUNTRY_CODE_LEN) { in ParseCountryCodeElement()