Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/include/
H A Dwifi_internal_msg.h29 constexpr int REOPEN_STA_INTERVAL = 500; /* when reopen sta, need over last close sta time then int… variable
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_service_impl.cpp1586 if (interval <= REOPEN_STA_INTERVAL) { in CheckCanEnableWifi()
1587 int waitMils = REOPEN_STA_INTERVAL - int(interval) + 1; in CheckCanEnableWifi()