Searched refs:WIFI_COUNTRY_CODE_LEN (Results 1 – 4 of 4) sorted by relevance
246 if (ie.id != COUNTRY_CODE_EID || ie.content.size() < WIFI_COUNTRY_CODE_LEN) { in ParseCountryCodeElement()250 for (int i = 0 ; i < WIFI_COUNTRY_CODE_LEN; i++) { in ParseCountryCodeElement()
32 #define WIFI_COUNTRY_CODE_LEN 2 macro
386 … strncasecmp(wifiCountryCode.c_str(), m_wifiCountryCode.c_str(), WIFI_COUNTRY_CODE_LEN) == 0) { in ProcessCmdUpdateCountryCode()
1405 if (countryCode.length() != WIFI_COUNTRY_CODE_LEN) { in SetCountryCode()