HomeSort by relevance Sort by last modified time
    Searched refs:fsm_Event (Results 1 - 19 of 19) sorted by null

  /hardware/ti/wlan/wl1271/utils/
fsm.h 112 TI_STATUS fsm_Event(fsm_stateMachine_t *pFsm,
fsm.c 89 * \sa fsm_Event
146 * \sa fsm_Event
191 * \sa fsm_Event
226 * fsm_Event - perform event transition in the matrix
245 TI_STATUS fsm_Event(fsm_stateMachine_t *pFsm,
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
mainSecKeysOnly.c 179 status = fsm_Event(pMainSec->pMainSecSm, &pMainSec->currentState, MAIN_KO_EVENT_START, pMainSec);
206 status = fsm_Event(pMainSec->pMainSecSm, &pMainSec->currentState, MAIN_KO_EVENT_STOP, pMainSec);
237 status = fsm_Event(pMainSec->pMainSecSm, &pMainSec->currentState, MAIN_KO_EVENT_KEYS_COMPLETE, pMainSec);
broadcastKey802_1x.c 177 status = fsm_Event(pBroadcastKey->pBcastKeySm, &pBroadcastKey->currentState, event, pData);
externalSec.c 272 status = fsm_Event(pExternalSec->pExternalSecSm,
unicastKey802_1x.c 182 status = fsm_Event(pUnicastKey->pUcastKeySm, &pUnicastKey->currentState, event, pData);
connIbss.c 198 status = fsm_Event(pConn->ibss_pFsm, currentState, event, (void *)pConn);
mainKeysSm.c 629 status = fsm_Event(pMainKeys->pMainKeysSm, &pMainKeys->currentState, event, pData);
connInfra.c 293 status = fsm_Event(pConn->infra_pFsm, currentState, event, (void *)pConn);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
openAuthSm.c 179 status = fsm_Event(pAuth->pAuthSm, currentState, event, (void *)pAuth);
sharedKeyAuthSm.c 193 status = fsm_Event(pAuth->pAuthSm, currentState, event, (void *)pAuth);
mlmeSm.c 579 status = fsm_Event(pMlme->pMlmeSm, currentState, event, (void *)pMlme);
trafficAdmControl.c 322 status = fsm_Event(pTrafficAdmCtrl->pTrafficAdmCtrlSm, &pTrafficAdmCtrl->currentState[acID], event, pData);
    [all...]
assocSM.c 842 status = fsm_Event(pAssoc->pAssocSm, &pAssoc->currentState, event, pData);
    [all...]
  /hardware/ti/wlan/wl1271/TWD/MacServices/
PowerSrvSM.c 713 status = fsm_Event(pPowerSrvSM->hFSM,
    [all...]
ScanSrvSM.c 181 return fsm_Event( pScanSRV->SM, (TI_UINT8*)currentState, (TI_UINT8)event, hScanSrv );
MeasurementSrvSM.c 175 return fsm_Event( pMeasurementSRV->SM, (TI_UINT8*)currentState, (TI_UINT8)event, hMeasurementSrv );
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
measurementMgrSM.c 292 status = fsm_Event(pMeasurementMgr->pMeasurementMgrSm, currentState, event, (void *) pMeasurementMgr);
    [all...]
SwitchChannel.c 676 status = fsm_Event(pSwitchChannel->pSwitchChannelSm, currState, event, (void *)pSwitchChannel);
680 TRACE0(pSwitchChannel->hReport, REPORT_SEVERITY_ERROR, "switchChannel_smEvent fsm_Event error\n");
    [all...]

Completed in 2928 milliseconds