Searched refs:STA_CONNECT_MODE (Results 1 – 4 of 4) sorted by relevance
52 constexpr int STA_CONNECT_MODE = 1; variable
199 pStaStateMachine->SendMessage(WIFI_SVR_CMD_STA_ENABLE_STA, STA_CONNECT_MODE); in EnableStaService()
118 …teMachine("StaStateMachine"), lastNetworkId(INVALID_NETWORK_ID), operationalMode(STA_CONNECT_MODE), in StaStateMachine()763 if (pStaStateMachine->operationalMode == STA_CONNECT_MODE) { in GoInState()
280 pStaStateMachine->operationalMode = STA_CONNECT_MODE; in WpaStartedStateGoInStateSuccess1()