Home
last modified time | relevance | path

Searched refs:currentState (Results 1 – 25 of 101) sorted by relevance

12345

/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
Dfsm.c247 UINT8 *currentState, in fsm_Event() argument
261 if ((*currentState >= pFsm->ActiveNoOfStates) || (event >= pFsm->ActiveNoOfEvents)) in fsm_Event()
266 oldState = *currentState; in fsm_Event()
268 *currentState = pFsm->stateEventMatrix[(*currentState * pFsm->ActiveNoOfEvents) + event].nextState; in fsm_Event()
302 UINT8 currentState, in fsm_GetNextState() argument
308 if ((currentState < pFsm->ActiveNoOfStates) && (event < pFsm->ActiveNoOfEvents)) in fsm_GetNextState()
310 *nextState = pFsm->stateEventMatrix[(currentState * pFsm->ActiveNoOfEvents) + event].nextState; in fsm_GetNextState()
Dfsm.h114 UINT8 *currentState,
119 UINT8 currentState,
/system/wlan/ti/wilink_6_1/utils/
Dfsm.c246 TI_UINT8 *currentState, in fsm_Event() argument
260 if ((*currentState >= pFsm->ActiveNoOfStates) || (event >= pFsm->ActiveNoOfEvents)) in fsm_Event()
265 oldState = *currentState; in fsm_Event()
267 *currentState = pFsm->stateEventMatrix[(*currentState * pFsm->ActiveNoOfEvents) + event].nextState; in fsm_Event()
301 TI_UINT8 currentState, in fsm_GetNextState() argument
307 if ((currentState < pFsm->ActiveNoOfStates) && (event < pFsm->ActiveNoOfEvents)) in fsm_GetNextState()
309 *nextState = pFsm->stateEventMatrix[(currentState * pFsm->ActiveNoOfEvents) + event].nextState; in fsm_GetNextState()
Dfsm.h113 TI_UINT8 *currentState,
118 TI_UINT8 currentState,
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Auth/open/
DopenAuthSm.c160 pHandle->currentState = OPEN_AUTH_SM_STATE_IDLE; in openAuth_Config()
188 TI_STATUS auth_osSMEvent(UINT8 *currentState, UINT8 event, TI_HANDLE hAuth) in auth_osSMEvent() argument
194 status = fsm_GetNextState(pAuth->pAuthSm, *currentState, event, &nextState); in auth_osSMEvent()
203 stateDesc[*currentState], in auth_osSMEvent()
207 status = fsm_Event(pAuth->pAuthSm, currentState, event, (void *)pAuth); in auth_osSMEvent()
265 status = auth_osSMEvent(&pHandle->currentState, OPEN_AUTH_SM_EVENT_SUCCESS, pHandle); in openAuth_Recv()
268 status = auth_osSMEvent(&pHandle->currentState, OPEN_AUTH_SM_EVENT_FAIL, pHandle); in openAuth_Recv()
441 return auth_osSMEvent(&pAuth->currentState, OPEN_AUTH_SM_EVENT_MAX_RETRY, pAuth); in openAuth_Timeout()
444 return auth_osSMEvent(&pAuth->currentState, OPEN_AUTH_SM_EVENT_TIMEOUT, pAuth); in openAuth_Timeout()
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Auth/shared/
DsharedKeyAuthSm.c175 pHandle->currentState = SHARED_KEY_AUTH_SM_STATE_IDLE; in sharedKeyAuth_Config()
206 TI_STATUS auth_skSMEvent(UINT8 *currentState, UINT8 event, TI_HANDLE hAuth) in auth_skSMEvent() argument
212 status = fsm_GetNextState(pAuth->pAuthSm, *currentState, event, &nextState); in auth_skSMEvent()
221 stateDesc[*currentState], in auth_skSMEvent()
225 status = fsm_Event(pAuth->pAuthSm, currentState, event, (void *)pAuth); in auth_skSMEvent()
295 status = auth_skSMEvent(&pHandle->currentState, SHARED_KEY_AUTH_SM_EVENT_SUCCESS_1, hAuth); in sharedKeyAuth_Recv()
302 status = auth_skSMEvent(&pHandle->currentState, SHARED_KEY_AUTH_SM_EVENT_SUCCESS_2, hAuth); in sharedKeyAuth_Recv()
318 status = auth_skSMEvent(&pHandle->currentState, SHARED_KEY_AUTH_SM_EVENT_FAIL_1, hAuth); in sharedKeyAuth_Recv()
322 status = auth_skSMEvent(&pHandle->currentState, SHARED_KEY_AUTH_SM_EVENT_FAIL_2, hAuth); in sharedKeyAuth_Recv()
557 return auth_skSMEvent(&pAuth->currentState, SHARED_KEY_AUTH_SM_EVENT_MAX_RETRY, pAuth); in sharedKey_Timeout()
[all …]
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
DsharedKeyAuthSm.c172 pHandle->currentState = SHARED_KEY_AUTH_SM_STATE_IDLE; in sharedKeyAuth_Config()
178 TI_STATUS auth_skSMEvent(TI_UINT8 *currentState, TI_UINT8 event, TI_HANDLE hAuth) in auth_skSMEvent() argument
184 status = fsm_GetNextState(pAuth->pAuthSm, *currentState, event, &nextState); in auth_skSMEvent()
191 …th_skSMEvent: <currentState = %d, event = %d> --> nextState = %d\n", *currentState, event, nextSta… in auth_skSMEvent()
193 status = fsm_Event(pAuth->pAuthSm, currentState, event, (void *)pAuth); in auth_skSMEvent()
260 status = auth_skSMEvent(&pHandle->currentState, SHARED_KEY_AUTH_SM_EVENT_SUCCESS_1, hAuth); in sharedKeyAuth_Recv()
266 status = auth_skSMEvent(&pHandle->currentState, SHARED_KEY_AUTH_SM_EVENT_SUCCESS_2, hAuth); in sharedKeyAuth_Recv()
281 status = auth_skSMEvent(&pHandle->currentState, SHARED_KEY_AUTH_SM_EVENT_FAIL_1, hAuth); in sharedKeyAuth_Recv()
285 status = auth_skSMEvent(&pHandle->currentState, SHARED_KEY_AUTH_SM_EVENT_FAIL_2, hAuth); in sharedKeyAuth_Recv()
524 return auth_skSMEvent(&pAuth->currentState, SHARED_KEY_AUTH_SM_EVENT_MAX_RETRY, pAuth); in sharedKey_Timeout()
[all …]
DopenAuthSm.c158 pHandle->currentState = OPEN_AUTH_SM_STATE_IDLE; in openAuth_Config()
164 TI_STATUS auth_osSMEvent(TI_UINT8 *currentState, TI_UINT8 event, TI_HANDLE hAuth) in auth_osSMEvent() argument
170 status = fsm_GetNextState(pAuth->pAuthSm, *currentState, event, &nextState); in auth_osSMEvent()
177 …th_osSMEvent: <currentState = %d, event = %d> --> nextState = %d\n", *currentState, event, nextSta… in auth_osSMEvent()
179 status = fsm_Event(pAuth->pAuthSm, currentState, event, (void *)pAuth); in auth_osSMEvent()
235 status = auth_osSMEvent(&pHandle->currentState, OPEN_AUTH_SM_EVENT_SUCCESS, pHandle); in openAuth_Recv()
238 status = auth_osSMEvent(&pHandle->currentState, OPEN_AUTH_SM_EVENT_FAIL, pHandle); in openAuth_Recv()
437 return auth_osSMEvent(&pAuth->currentState, OPEN_AUTH_SM_EVENT_MAX_RETRY, pAuth); in openAuth_Timeout()
440 return auth_osSMEvent(&pAuth->currentState, OPEN_AUTH_SM_EVENT_TIMEOUT, pAuth); in openAuth_Timeout()
DmlmeSm.c229 pHandle->currentState = MLME_SM_STATE_IDLE; in mlme_init()
386 status = mlme_smEvent(&pHandle->currentState, MLME_SM_EVENT_START, pHandle); in mlme_start()
422 status = mlme_smEvent(&pHandle->currentState, MLME_SM_EVENT_STOP, pHandle); in mlme_stop()
468 fStatus = mlme_smEvent(&pHandle->currentState, MLME_SM_EVENT_AUTH_SUCCESS, pHandle); in mlme_reportAuthStatus()
487 fStatus = mlme_smEvent(&pHandle->currentState, MLME_SM_EVENT_AUTH_FAIL, pHandle); in mlme_reportAuthStatus()
533 fStatus = mlme_smEvent(&pHandle->currentState, MLME_SM_EVENT_ASSOC_SUCCESS, pHandle); in mlme_reportAssocStatus()
537 fStatus = mlme_smEvent(&pHandle->currentState, MLME_SM_EVENT_ASSOC_FAIL, pHandle); in mlme_reportAssocStatus()
563 TI_STATUS mlme_smEvent(TI_UINT8 *currentState, TI_UINT8 event, TI_HANDLE hMlme) in mlme_smEvent() argument
569 status = fsm_GetNextState(pMlme->pMlmeSm, *currentState, event, &nextState); in mlme_smEvent()
577 …mlme_smEvent: <currentState = %d, event = %d> --> nextState = %d\n", *currentState, event, nextSta… in mlme_smEvent()
[all …]
/system/media/opensles/tests/sandbox/
Dmonkey.c252 State_t currentState = STATE_INITIAL; in main() local
253 while (STATE_TERMINAL != currentState) { in main()
257 if (currentState != transitionTable[i].mEntryState) in main()
263 fprintf(stderr, "No matching transitions in state %d\n", currentState); in main()
269 "but with probability 0\n", currentState); in main()
276 if (currentState != transitionTable[i].mEntryState) in main()
284 transitionTable[i].mActionName, currentState, transitionTable[i].mCount); in main()
287 currentState = nextState; in main()
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
DmlmeSm.c280 pHandle->currentState = MLME_SM_STATE_IDLE; in mlme_config()
441 status = mlme_smEvent(&pHandle->currentState, MLME_SM_EVENT_START, pHandle); in mlme_start()
477 status = mlme_smEvent(&pHandle->currentState, MLME_SM_EVENT_STOP, pHandle); in mlme_stop()
524 fStatus = mlme_smEvent(&pHandle->currentState, MLME_SM_EVENT_AUTH_SUCCESS, pHandle); in mlme_reportAuthStatus()
542 fStatus = mlme_smEvent(&pHandle->currentState, MLME_SM_EVENT_AUTH_FAIL, pHandle); in mlme_reportAuthStatus()
587 fStatus = mlme_smEvent(&pHandle->currentState, MLME_SM_EVENT_ASSOC_SUCCESS, pHandle); in mlme_reportAssocStatus()
591 fStatus = mlme_smEvent(&pHandle->currentState, MLME_SM_EVENT_ASSOC_FAIL, pHandle); in mlme_reportAssocStatus()
640 TI_STATUS mlme_smEvent(UINT8 *currentState, UINT8 event, TI_HANDLE hMlme) in mlme_smEvent() argument
646 status = fsm_GetNextState(pMlme->pMlmeSm, *currentState, event, &nextState); in mlme_smEvent()
657 mlmeSMStateDesc[*currentState], in mlme_smEvent()
[all …]
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
DapConn.c168 TI_UINT8 currentState; /**< AP Connection state machine current state */ member
495 pAPConnection->currentState = AP_CONNECT_STATE_IDLE; in apConn_init()
601 apConn_smEvent(&(pAPConnection->currentState), AP_CONNECT_EVENT_FINISHED_OK, pAPConnection); in apConn_ConnCompleteInd()
605 … apConn_smEvent(&(pAPConnection->currentState), AP_CONNECT_EVENT_FINISHED_NOT_OK, pAPConnection); in apConn_ConnCompleteInd()
690 if ((pAPConnection->roamingEnabled) && (pAPConnection->currentState != AP_CONNECT_STATE_IDLE)) in apConn_registerRoamMngrCallb()
718 …if ((pAPConnection->currentState != AP_CONNECT_STATE_IDLE) && (pAPConnection->currentState != AP_C… in apConn_unregisterRoamMngrCallb()
721 apConn_smEvent(&(pAPConnection->currentState), AP_CONNECT_EVENT_STOP, pAPConnection); in apConn_unregisterRoamMngrCallb()
738 apConn_smEvent(&(pAPConnection->currentState), AP_CONNECT_EVENT_STOP, pAPConnection); in apConn_disconnect()
893 … apConn_smEvent(&(pAPConnection->currentState), AP_CONNECT_EVENT_RETAIN_CURRENT_AP, pAPConnection); in apConn_connectToAP()
901 … apConn_smEvent(&(pAPConnection->currentState), AP_CONNECT_EVENT_START_ROAM, pAPConnection); in apConn_connectToAP()
[all …]
DbroadcastKey802_1x.c129 pBroadcastKey->currentState = BCAST_KEY_802_1X_STATE_IDLE; in broadcastKey802_1x_config()
168 …status = fsm_GetNextState(pBroadcastKey->pBcastKeySm, pBroadcastKey->currentState, event, &nextSta… in broadcastKey802_1x_event()
175 …<currentState = %d, event = %d> --> nextState = %d\n", pBroadcastKey->currentState, event, nextSta… in broadcastKey802_1x_event()
177 status = fsm_Event(pBroadcastKey->pBcastKeySm, &pBroadcastKey->currentState, event, pData); in broadcastKey802_1x_event()
DexternalSec.c106 pExtSec->currentState = EXTERNAL_SEC_STATE_IDLE; in externalSec_config()
262 pExternalSec->currentState, in externalSec_event()
271 … <currentState = %d, event = %d> --> nextState = %d\n", pExternalSec->currentState, event, nextSta… in externalSec_event()
273 &pExternalSec->currentState, in externalSec_event()
DunicastKey802_1x.c134 pUnicastKey->currentState = UCAST_KEY_802_1X_STATE_IDLE; in unicastKey802_1x_config()
173 status = fsm_GetNextState(pUnicastKey->pUcastKeySm, pUnicastKey->currentState, event, &nextState); in unicastKey802_1x_event()
180 …: <currentState = %d, event = %d> --> nextState = %d\n", pUnicastKey->currentState, event, nextSta… in unicastKey802_1x_event()
182 status = fsm_Event(pUnicastKey->pUcastKeySm, &pUnicastKey->currentState, event, pData); in unicastKey802_1x_event()
DmainSecKeysOnly.c139 pMainSec->currentState = MAIN_KO_STATE_IDLE; in mainSecKeysOnly_config()
179 … status = fsm_Event(pMainSec->pMainSecSm, &pMainSec->currentState, MAIN_KO_EVENT_START, pMainSec); in mainSecKeysOnly_start()
206 … status = fsm_Event(pMainSec->pMainSecSm, &pMainSec->currentState, MAIN_KO_EVENT_STOP, pMainSec); in mainSecKeysOnly_stop()
237 …status = fsm_Event(pMainSec->pMainSecSm, &pMainSec->currentState, MAIN_KO_EVENT_KEYS_COMPLETE, pMa… in mainSecKeysOnly_reportKeysStatus()
393 switch (pMainSec->currentState) in mainSecKeysOnly_getAuthState()
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
DbroadcastKey802_1x.c130 pBroadcastKey->currentState = BCAST_KEY_802_1X_STATE_IDLE; in broadcastKey802_1x_config()
187 …status = fsm_GetNextState(pBroadcastKey->pBcastKeySm, pBroadcastKey->currentState, event, &nextSta… in broadcastKey802_1x_event()
197 broadcastKey802_1x_stateDesc[pBroadcastKey->currentState], in broadcastKey802_1x_event()
201 status = fsm_Event(pBroadcastKey->pBcastKeySm, &pBroadcastKey->currentState, event, pData); in broadcastKey802_1x_event()
DunicastKey802_1x.c135 pUnicastKey->currentState = UCAST_KEY_802_1X_STATE_IDLE; in unicastKey802_1x_config()
191 status = fsm_GetNextState(pUnicastKey->pUcastKeySm, pUnicastKey->currentState, event, &nextState); in unicastKey802_1x_event()
201 unicastKey802_1x_stateDesc[pUnicastKey->currentState], in unicastKey802_1x_event()
205 status = fsm_Event(pUnicastKey->pUcastKeySm, &pUnicastKey->currentState, event, pData); in unicastKey802_1x_event()
DmainSecKeysOnly.c147 pMainSec->currentState = MAIN_KO_STATE_IDLE; in mainSecKeysOnly_config()
188 … status = fsm_Event(pMainSec->pMainSecSm, &pMainSec->currentState, MAIN_KO_EVENT_START, pMainSec); in mainSecKeysOnly_start()
215 … status = fsm_Event(pMainSec->pMainSecSm, &pMainSec->currentState, MAIN_KO_EVENT_STOP, pMainSec); in mainSecKeysOnly_stop()
246 …status = fsm_Event(pMainSec->pMainSecSm, &pMainSec->currentState, MAIN_KO_EVENT_KEYS_COMPLETE, pMa… in mainSecKeysOnly_reportKeysStatus()
408 switch (pMainSec->currentState) in mainSecKeysOnly_getAuthState()
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/apConn/
DapConn.c194 apConn_smStates currentState; /**< AP Connection state machine current state */ member
525 pAPConnection->currentState = AP_CONNECT_STATE_IDLE; in apConn_config()
645 apConn_smEvent(&(pAPConnection->currentState), AP_CONNECT_EVENT_FINISHED_OK, pAPConnection); in apConn_ConnCompleteInd()
649 … apConn_smEvent(&(pAPConnection->currentState), AP_CONNECT_EVENT_FINISHED_NOT_OK, pAPConnection); in apConn_ConnCompleteInd()
808 if ((pAPConnection->roamingEnabled) && (pAPConnection->currentState != AP_CONNECT_STATE_IDLE)) in apConn_registerRoamMngrCallb()
854 …if ((pAPConnection->currentState != AP_CONNECT_STATE_IDLE) && (pAPConnection->currentState != AP_C… in apConn_unregisterRoamMngrCallb()
857 apConn_smEvent(&(pAPConnection->currentState), AP_CONNECT_EVENT_STOP, pAPConnection); in apConn_unregisterRoamMngrCallb()
889 apConn_smEvent(&(pAPConnection->currentState), AP_CONNECT_EVENT_STOP, pAPConnection); in apConn_disconnect()
1088 … apConn_smEvent(&(pAPConnection->currentState), AP_CONNECT_EVENT_RETAIN_CURRENT_AP, pAPConnection); in apConn_connectToAP()
1096 … apConn_smEvent(&(pAPConnection->currentState), AP_CONNECT_EVENT_START_ROAM, pAPConnection); in apConn_connectToAP()
[all …]
/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
DmeasurementMgr.c187 pMeasurementMgr->currentState = MEASUREMENTMGR_STATE_IDLE; in measurementMgr_init()
345 WLAN_OS_REPORT(("Current State: %d\n\n", pMeasurementMgr->currentState)); in measurementMgr_getParam()
397 return measurementMgrSM_event((TI_UINT8 *) &(pMeasurementMgr->currentState), in measurementMgr_connected()
418 return measurementMgrSM_event((TI_UINT8 *) &(pMeasurementMgr->currentState), in measurementMgr_disconnected()
436 return measurementMgrSM_event((TI_UINT8 *) &(pMeasurementMgr->currentState), in measurementMgr_enable()
455 return measurementMgrSM_event((TI_UINT8 *) &(pMeasurementMgr->currentState), in measurementMgr_disable()
604 return measurementMgrSM_event((TI_UINT8 *) &(pMeasurementMgr->currentState), in measurementMgr_receiveFrameRequest()
663 return measurementMgrSM_event((TI_UINT8 *) &(pMeasurementMgr->currentState), in measurementMgr_activateNextRequest()
699 return measurementMgrSM_event((TI_UINT8 *) &(pMeasurementMgr->currentState), in measurementMgr_activateNextRequest()
708 return measurementMgrSM_event((TI_UINT8 *) &(pMeasurementMgr->currentState), in measurementMgr_activateNextRequest()
[all …]
DSwitchChannel.c115 TI_UINT8 currentState; member
331 pSwitchChannel->currentState = SC_STATE_IDLE; in switchChannel_SetDefaults()
383 …return (switchChannel_smEvent((TI_UINT8*)&pSwitchChannel->currentState, SC_EVENT_STOP, pSwitchChan… in switchChannel_stop()
412 …return (switchChannel_smEvent((TI_UINT8*)&pSwitchChannel->currentState, SC_EVENT_START, pSwitchCha… in switchChannel_start()
539 … switchChannel_smEvent((TI_UINT8*)&pSwitchChannel->currentState, SC_EVENT_SC_CMD, pSwitchChannel); in switchChannel_recvCmd()
576 …switchChannel_smEvent((TI_UINT8*)&pSwitchChannel->currentState, SC_EVENT_SC_CMPLT, pSwitchChannel); in switchChannel_SwitchChannelCmdCompleteReturn()
618 … switchChannel_smEvent((TI_UINT8*)&pSwitchChannel->currentState, SC_EVENT_START, pSwitchChannel); in switchChannel_enableDisableSpectrumMngmt()
623 … switchChannel_smEvent((TI_UINT8*)&pSwitchChannel->currentState, SC_EVENT_STOP, pSwitchChannel); in switchChannel_enableDisableSpectrumMngmt()
771 …return (switchChannel_smEvent((TI_UINT8*)&pSwitchChannel->currentState, SC_EVENT_SCR_FAIL, pSwitch… in switchChannel_smReqSCR_UpdateCmd()
781 …return (switchChannel_smEvent((TI_UINT8*)&pSwitchChannel->currentState, SC_EVENT_SCR_FAIL, pSwitch… in switchChannel_smReqSCR_UpdateCmd()
[all …]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/
DmeasurementMgrSM.c276 TI_STATUS measurementMgrSM_event(UINT8 * currentState, UINT8 event, TI_HANDLE hMeasurementMgr) in measurementMgrSM_event() argument
283 *currentState, event, &nextState); in measurementMgrSM_event()
295 measurementMgr_stateDesc[*currentState], in measurementMgrSM_event()
300 currentState, event, (void *) pMeasurementMgr); in measurementMgrSM_event()
489 return measurementMgrSM_event((UINT8 *) &(pMeasurementMgr->currentState), in measurementMgrSM_acFrameReceived_fromIdle()
507 return measurementMgrSM_event((UINT8 *) &(pMeasurementMgr->currentState), in measurementMgrSM_acFrameReceived_fromIdle()
536 return measurementMgrSM_event((UINT8 *) &(pMeasurementMgr->currentState), in measurementMgrSM_acFrameReceived_fromIdle()
710 return measurementMgrSM_event((UINT8 *) &(pMeasurementMgr->currentState), in measurementMgrSM_acRequestSCR()
719 return measurementMgrSM_event((UINT8 *) &(pMeasurementMgr->currentState), in measurementMgrSM_acRequestSCR()
899 return measurementMgrSM_event((UINT8 *) &(pMeasurementMgr->currentState), in measurementMgrSM_acStartMeasurement()
[all …]
DmeasurementMgr.c276 pMeasurementMgr->currentState = MEASUREMENTMGR_STATE_IDLE; in measurementMgr_config()
418 WLAN_OS_REPORT(("Current State: %d\n\n", pMeasurementMgr->currentState)); in measurementMgr_getParam()
472 return measurementMgrSM_event((UINT8 *) &(pMeasurementMgr->currentState), in measurementMgr_connected()
494 return measurementMgrSM_event((UINT8 *) &(pMeasurementMgr->currentState), in measurementMgr_disconnected()
513 return measurementMgrSM_event((UINT8 *) &(pMeasurementMgr->currentState), in measurementMgr_enable()
533 return measurementMgrSM_event((UINT8 *) &(pMeasurementMgr->currentState), in measurementMgr_disable()
689 return measurementMgrSM_event((UINT8 *) &(pMeasurementMgr->currentState), in measurementMgr_receiveFrameRequest()
754 return measurementMgrSM_event((UINT8 *) &(pMeasurementMgr->currentState), in measurementMgr_activateNextRequest()
796 return measurementMgrSM_event((UINT8 *) &(pMeasurementMgr->currentState), in measurementMgr_activateNextRequest()
806 return measurementMgrSM_event((UINT8 *) &(pMeasurementMgr->currentState), in measurementMgr_activateNextRequest()
[all …]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/SwitchChannel/
DSwitchChannel.c115 switchChannel_smStates currentState; member
367 pSwitchChannel->currentState = SC_STATE_IDLE; in switchChannel_config()
420 …return (switchChannel_smEvent((UINT8*)&pSwitchChannel->currentState, SC_EVENT_STOP, pSwitchChannel… in switchChannel_stop()
449 …return (switchChannel_smEvent((UINT8*)&pSwitchChannel->currentState, SC_EVENT_START, pSwitchChanne… in switchChannel_start()
580 … switchChannel_smEvent((UINT8*)&pSwitchChannel->currentState, SC_EVENT_SC_CMD, pSwitchChannel); in switchChannel_recvCmd()
618 switchChannel_smEvent((UINT8*)&pSwitchChannel->currentState, SC_EVENT_SC_CMPLT, pSwitchChannel); in switchChannel_SwitchChannelCmdCompleteReturn()
661 switchChannel_smEvent((UINT8*)&pSwitchChannel->currentState, SC_EVENT_START, pSwitchChannel); in switchChannel_enableDisableSpectrumMngmt()
666 switchChannel_smEvent((UINT8*)&pSwitchChannel->currentState, SC_EVENT_STOP, pSwitchChannel); in switchChannel_enableDisableSpectrumMngmt()
831 …return (switchChannel_smEvent((UINT8*)&pSwitchChannel->currentState, SC_EVENT_SCR_FAIL, pSwitchCha… in switchChannel_smReqSCR_UpdateCmd()
841 …return (switchChannel_smEvent((UINT8*)&pSwitchChannel->currentState, SC_EVENT_SCR_FAIL, pSwitchCha… in switchChannel_smReqSCR_UpdateCmd()
[all …]

12345