Searched refs:pSwitchChannelSm (Results 1 – 1 of 1) sorted by relevance
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/ |
D | SwitchChannel.c | 128 fsm_stateMachine_t *pSwitchChannelSm; member 226 status = fsm_Create(hOs, &pSwitchChannel->pSwitchChannelSm, SC_NUM_STATES, SC_NUM_EVENTS); in switchChannel_create() 308 fsm_Config(pSwitchChannel->pSwitchChannelSm, in switchChannel_init() 667 status = fsm_GetNextState(pSwitchChannel->pSwitchChannelSm, *currState, event, &nextState); in switchChannel_smEvent() 676 status = fsm_Event(pSwitchChannel->pSwitchChannelSm, currState, event, (void *)pSwitchChannel); in switchChannel_smEvent() 1262 fsm_Unload(pSwitchChannel->hOs, pSwitchChannel->pSwitchChannelSm); in release_module()
|