Searched defs:nextState (Results 1 - 25 of 45) sorted by relevance

12

/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
H A DbroadcastKey802_1x.c185 UINT8 nextState; local
187 status = fsm_GetNextState(pBroadcastKey->pBcastKeySm, pBroadcastKey->currentState, event, &nextState);
199 broadcastKey802_1x_stateDesc[nextState]));
H A DunicastKey802_1x.c189 UINT8 nextState; local
191 status = fsm_GetNextState(pUnicastKey->pUcastKeySm, pUnicastKey->currentState, event, &nextState);
203 unicastKey802_1x_stateDesc[nextState]));
/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
H A Dfsm.h74 UINT8 nextState; /**< next state in transition */ member in struct:__anon1044
121 UINT8 *nextState);
H A Dfsm.c268 *currentState = pFsm->stateEventMatrix[(*currentState * pFsm->ActiveNoOfEvents) + event].nextState;
293 * O - nextState - returned next state \n
304 UINT8 *nextState)
310 *nextState = pFsm->stateEventMatrix[(currentState * pFsm->ActiveNoOfEvents) + event].nextState;
301 fsm_GetNextState(fsm_stateMachine_t *pFsm, UINT8 currentState, UINT8 event, UINT8 *nextState) argument
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A DbroadcastKey802_1x.c166 TI_UINT8 nextState; local
168 status = fsm_GetNextState(pBroadcastKey->pBcastKeySm, pBroadcastKey->currentState, event, &nextState);
175 TRACE3(pBroadcastKey->hReport, REPORT_SEVERITY_INFORMATION, "STATION_BROADCAST_KEY_SM: <currentState = %d, event = %d> --> nextState = %d\n", pBroadcastKey->currentState, event, nextState);
H A DunicastKey802_1x.c171 TI_UINT8 nextState; local
173 status = fsm_GetNextState(pUnicastKey->pUcastKeySm, pUnicastKey->currentState, event, &nextState);
180 TRACE3(pUnicastKey->hReport, REPORT_SEVERITY_INFORMATION, "STATION_UNICAST_KEY_802_1x: <currentState = %d, event = %d> --> nextState = %d\n", pUnicastKey->currentState, event, nextState);
H A DexternalSec.c259 TI_UINT8 nextState; local
264 &nextState);
271 TRACE3(pExternalSec->hReport, REPORT_SEVERITY_INFORMATION, "STATION_EXT_SEC_SM: <currentState = %d, event = %d> --> nextState = %d\n", pExternalSec->currentState, event, nextState);
H A DconnIbss.c188 TI_UINT8 nextState; local
190 status = fsm_GetNextState(pConn->ibss_pFsm, *currentState, event, &nextState);
197 TRACE3( pConn->hReport, REPORT_SEVERITY_INFORMATION, "conn_ibssSMEvent: <currentState = %d, event = %d> --> nextState = %d\n", *currentState, event, nextState);
/system/wlan/ti/wilink_6_1/utils/
H A Dfsm.h73 TI_UINT8 nextState; /**< next state in transition */ member in struct:__anon2012
120 TI_UINT8 *nextState);
H A Dfsm.c267 *currentState = pFsm->stateEventMatrix[(*currentState * pFsm->ActiveNoOfEvents) + event].nextState;
292 * O - nextState - returned next state \n
303 TI_UINT8 *nextState)
309 *nextState = pFsm->stateEventMatrix[(currentState * pFsm->ActiveNoOfEvents) + event].nextState;
300 fsm_GetNextState(fsm_stateMachine_t *pFsm, TI_UINT8 currentState, TI_UINT8 event, TI_UINT8 *nextState) argument
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
H A DScanCncnAppSM.c160 UINT8 nextState; local
164 (UINT8)event, &nextState );
176 stateDesc[nextState]) );
H A DScanCncnDrvSM.c204 UINT8 nextState; local
208 (UINT8)event, &nextState );
220 stateDesc[nextState]) );
H A DScanCncnRoamingContSM.c181 UINT8 nextState; local
184 status = fsm_GetNextState( pScanConcentrator->clientSM[ SCAN_SCC_ROAMING_CONT ], *(UINT8*)currentState, (UINT8)event, &nextState );
196 stateDesc[nextState]) );
H A DScanCncnRoamingImmedSM.c182 UINT8 nextState; local
186 *(UINT8*)currentState, (UINT8)event, &nextState );
199 stateDesc[nextState]) );
H A DScanCncnOidSM.c133 UINT8 nextState; local
137 (UINT8)event, &nextState );
149 stateDesc[nextState]) );
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/ScanServer/
H A DScanSrvSM.c191 UINT8 nextState; local
194 status = fsm_GetNextState( pScanSRV->SM, (UINT8)*currentState, (UINT8)event, &nextState );
209 stateDesc[nextState]) );
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/conn/
H A DconnIbss.c188 UINT8 nextState; local
190 status = fsm_GetNextState(pConn->ibss_pFsm, *currentState, event, &nextState);
201 stateDesc[nextState]));
/system/wlan/ti/wilink_6_1/TWD/MacServices/
H A DScanSrvSM.c168 TI_UINT8 nextState; local
171 status = fsm_GetNextState( pScanSRV->SM, *(TI_UINT8*)currentState, (TI_UINT8)event, &nextState );
178 TRACE3(pScanSRV->hReport, REPORT_SEVERITY_INFORMATION, "scanSRVSM_SMEvent: <currentState = %d, event = %d> --> nextState = %d\n", *currentState, event, nextState);
H A DMeasurementSrvSM.c161 TI_UINT8 nextState; local
164 status = fsm_GetNextState( pMeasurementSRV->SM, (TI_UINT8)*currentState, (TI_UINT8)event, &nextState );
172 TRACE3( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, "measurementSRVSM_SMEvent: <currentState = %d, event = %d> --> nextState = %d\n", currentState, event, nextState);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/
H A DMeasurementSrvSM.c185 UINT8 nextState; local
188 status = fsm_GetNextState( pMeasurementSRV->SM, (UINT8)*currentState, (UINT8)event, &nextState );
202 stateDesc[nextState]) );
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Auth/open/
H A DopenAuthSm.c192 UINT8 nextState; local
194 status = fsm_GetNextState(pAuth->pAuthSm, *currentState, event, &nextState);
205 stateDesc[nextState]));
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Auth/shared/
H A DsharedKeyAuthSm.c210 UINT8 nextState; local
212 status = fsm_GetNextState(pAuth->pAuthSm, *currentState, event, &nextState);
223 stateDesc[nextState]));
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DopenAuthSm.c168 TI_UINT8 nextState; local
170 status = fsm_GetNextState(pAuth->pAuthSm, *currentState, event, &nextState);
177 TRACE3( pAuth->hReport, REPORT_SEVERITY_INFORMATION, "auth_osSMEvent: <currentState = %d, event = %d> --> nextState = %d\n", *currentState, event, nextState);
H A DsharedKeyAuthSm.c182 TI_UINT8 nextState; local
184 status = fsm_GetNextState(pAuth->pAuthSm, *currentState, event, &nextState);
191 TRACE3(pAuth->hReport, REPORT_SEVERITY_INFORMATION, "auth_skSMEvent: <currentState = %d, event = %d> --> nextState = %d\n", *currentState, event, nextState);
/system/media/opensles/tests/sandbox/
H A Dmonkey.c285 State_t nextState = (*transitionTable[i].mAction)(&player); local
286 if (STATE_UNCHANGED != nextState)
287 currentState = nextState;

Completed in 662 milliseconds

12