Searched refs:ifAcceptable (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/ |
H A D | self_cure_state_machine.cpp | 3057 bool ifAcceptable = false; in SelfCureAcceptable() local 3060 ifAcceptable = DealDns(historyInfo, WIFI_CURE_RESET_LEVEL_LOW_1_DNS, currentMs); in SelfCureAcceptable() 3063 … ifAcceptable = DealRenewDhcp(historyInfo, WIFI_CURE_RESET_LEVEL_LOW_2_RENEW_DHCP, currentMs); in SelfCureAcceptable() 3066 … ifAcceptable = DealStaticIp(historyInfo, WIFI_CURE_RESET_LEVEL_LOW_3_STATIC_IP, currentMs); in SelfCureAcceptable() 3069 … ifAcceptable = DealMiddleReassoc(historyInfo, WIFI_CURE_RESET_LEVEL_MIDDLE_REASSOC, currentMs); in SelfCureAcceptable() 3072 … ifAcceptable = DealRandMacReassoc(historyInfo, WIFI_CURE_RESET_LEVEL_RAND_MAC_REASSOC, currentMs); in SelfCureAcceptable() 3075 ifAcceptable = DealHighReset(historyInfo, WIFI_CURE_RESET_LEVEL_HIGH_RESET, currentMs); in SelfCureAcceptable() 3080 return ifAcceptable; in SelfCureAcceptable()
|