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

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
externalSec.h 86 fsm_stateMachine_t *pExternalSecSm;
externalSec.c 108 status = fsm_Config(pExtSec->pExternalSecSm,
150 status = fsm_Create(hOs,&pHandle->pExternalSecSm, EXTERNAL_SEC_NUM_STATES, EXTERNAL_SEC_NUM_EVENTS);
185 status = fsm_Unload(pExternalSec->hOs, pExternalSec->pExternalSecSm);
261 status = fsm_GetNextState(pExternalSec->pExternalSecSm,
272 status = fsm_Event(pExternalSec->pExternalSecSm,
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
externalSec.h 86 fsm_stateMachine_t *pExternalSecSm;
externalSec.c 108 status = fsm_Config(pExtSec->pExternalSecSm,
150 status = fsm_Create(hOs,&pHandle->pExternalSecSm, EXTERNAL_SEC_NUM_STATES, EXTERNAL_SEC_NUM_EVENTS);
185 status = fsm_Unload(pExternalSec->hOs, pExternalSec->pExternalSecSm);
261 status = fsm_GetNextState(pExternalSec->pExternalSecSm,
272 status = fsm_Event(pExternalSec->pExternalSecSm,

Completed in 932 milliseconds