Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_protect_manager.cpp37 constexpr const int WIFI_PROTECT_APP_MAX_COUNT = 100; variable
194 if (mWifiProtects.size() >= WIFI_PROTECT_APP_MAX_COUNT) { in GetNearlyProtectMode()
195 LOGE("Wifi protect app count out of range[%d].", WIFI_PROTECT_APP_MAX_COUNT); in GetNearlyProtectMode()