Home
last modified time | relevance | path

Searched refs:MAX_SCAN_SAVED_SIZE (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.h47 constexpr int MAX_SCAN_SAVED_SIZE = 3; variable
H A Dwifi_country_code_policy.cpp192 if (m_allBssidVector.size() > MAX_SCAN_SAVED_SIZE) { in StatisticCountryCodeFromScanResult()