Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.h139 AUTHED, enumerator
H A Dsta_state_machine.cpp3477 portalState = config.isPortal ? PortalState::AUTHED : PortalState::NOT_PORTAL; in UpdatePortalState()
3479 portalState = PortalState::AUTHED; in UpdatePortalState()
3485 } else if (portalState == PortalState::AUTHED || portalState == PortalState::NOT_PORTAL) { in UpdatePortalState()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine_test.cpp2887 {PortalState::UNAUTHED, PortalState::AUTHED},
2888 {PortalState::AUTHED, PortalState::AUTHED},
2889 {PortalState::EXPERIED, PortalState::AUTHED},
2900 {PortalState::AUTHED, PortalState::EXPERIED},
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/
H A Dsta_state_machine_test.cpp501 pStaStateMachine->portalState = PortalState::AUTHED; in PortalExpiredDetectTest()