Searched refs:PortalState (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_state_machine_test.cpp | 2884 std::map<PortalState, PortalState> map = { 2886 {PortalState::NOT_PORTAL, PortalState::NOT_PORTAL}, 2887 {PortalState::UNAUTHED, PortalState::AUTHED}, 2888 {PortalState::AUTHED, PortalState::AUTHED}, 2889 {PortalState::EXPERIED, PortalState::AUTHED}, 2896 std::map<PortalState, PortalState> map = { 2897 {PortalState::UNCHECKED, PortalState::UNAUTHED}, 2898 {PortalState::NOT_PORTAL, PortalState::EXPERIED}, 2899 {PortalState::UNAUTHED, PortalState::UNAUTHED}, 2900 {PortalState::AUTHED, PortalState::EXPERIED}, [all …]
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_state_machine.cpp | 3397 portalState = PortalState::UNCHECKED; in SetPortalBrowserFlag() 3459 if (portalState == PortalState::EXPERIED) { in PortalExpiredDetect() 3475 if (portalState == PortalState::UNCHECKED) { in UpdatePortalState() 3477 portalState = config.isPortal ? PortalState::AUTHED : PortalState::NOT_PORTAL; in UpdatePortalState() 3478 } else if (portalState == PortalState::UNAUTHED || portalState == PortalState::EXPERIED) { in UpdatePortalState() 3479 portalState = PortalState::AUTHED; in UpdatePortalState() 3483 if (portalState == PortalState::UNCHECKED) { in UpdatePortalState() 3484 portalState = PortalState::UNAUTHED; in UpdatePortalState() 3485 } else if (portalState == PortalState::AUTHED || portalState == PortalState::NOT_PORTAL) { in UpdatePortalState() 3486 portalState = PortalState::EXPERIED; in UpdatePortalState() [all …]
|
H A D | sta_state_machine.h | 135 enum PortalState { enum 1218 PortalState portalState;
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/ |
H A D | sta_state_machine_test.cpp | 501 pStaStateMachine->portalState = PortalState::AUTHED; in PortalExpiredDetectTest()
|