Home
last modified time | relevance | path

Searched defs:requestCureLevel (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dself_cure_state_machine_test.cpp753 int requestCureLevel = 0; in SelfCureWifiLinkTest() local
1716 int requestCureLevel = WIFI_CURE_RESET_LEVEL_HIGH_RESET; in SelfCureForResetTest() local
1724 int requestCureLevel = WIFI_CURE_RESET_LEVEL_HIGH_RESET; in SelfCureForResetTest2() local
3081 int requestCureLevel = WIFI_CURE_RESET_LEVEL_LOW_1_DNS; variable
3126 int requestCureLevel = WIFI_CURE_RESET_LEVEL_HIGH_RESET; variable
3186 int requestCureLevel = WIFI_CURE_RESET_LEVEL_HIGH_RESET; variable
3196 int requestCureLevel = WIFI_CURE_RESET_LEVEL_HIGH_RESET; variable
3208 int requestCureLevel = WIFI_CURE_RESET_LEVEL_LOW_1_DNS; variable
3220 int requestCureLevel = WIFI_CURE_RESET_LEVEL_LOW_1_DNS; variable
3278 int requestCureLevel = WIFI_CURE_RESET_LEVEL_HIGH_RESET; variable
[all …]
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dself_cure_state_machine.cpp741 int requestCureLevel = WIFI_CURE_RESET_LEVEL_RAND_MAC_REASSOC; in HandleConnectFailed() local
1170 void SelfCureStateMachine::InternetSelfCureState::SelfCureWifiLink(int requestCureLevel) in SelfCureWifiLink()
1354 void SelfCureStateMachine::InternetSelfCureState::SelfCureForStaticIp(int requestCureLevel) in SelfCureForStaticIp()
1402 void SelfCureStateMachine::InternetSelfCureState::SelfCureForReassoc(int requestCureLevel) in SelfCureForReassoc()
1474 void SelfCureStateMachine::InternetSelfCureState::SelfCureForRandMacReassoc(int requestCureLevel) in SelfCureForRandMacReassoc()
1503 void SelfCureStateMachine::InternetSelfCureState::SelfCureForReset(int requestCureLevel) in SelfCureForReset()
2954 bool AllowSelfCure(const WifiSelfCureHistoryInfo &historyInfo, int requestCureLevel) in AllowSelfCure()
2976 bool DealDns(const WifiSelfCureHistoryInfo &historyInfo, int requestCureLevel, int64_t currentMs) in DealDns()
2998 bool DealStaticIp(const WifiSelfCureHistoryInfo &historyInfo, int requestCureLevel, int64_t current… in DealStaticIp()
3012 bool DealMiddleReassoc(WifiSelfCureHistoryInfo &historyInfo, int requestCureLevel, int64_t currentM… in DealMiddleReassoc()
[all …]