Searched refs:switchChannel_smEvent (Results 1 – 1 of 1) sorted by relevance
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/ |
D | SwitchChannel.c | 173 static TI_STATUS switchChannel_smEvent(TI_UINT8 *currState, TI_UINT8 event, void* data); 312 switchChannel_smEvent, pSwitchChannel->hOs); in switchChannel_init() 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() 544 … switchChannel_smEvent((TI_UINT8*)&pSwitchChannel->currentState, SC_EVENT_SC_CMD, pSwitchChannel); in switchChannel_recvCmd() 581 …switchChannel_smEvent((TI_UINT8*)&pSwitchChannel->currentState, SC_EVENT_SC_CMPLT, pSwitchChannel); in switchChannel_SwitchChannelCmdCompleteReturn() 623 … switchChannel_smEvent((TI_UINT8*)&pSwitchChannel->currentState, SC_EVENT_START, pSwitchChannel); in switchChannel_enableDisableSpectrumMngmt() 628 … switchChannel_smEvent((TI_UINT8*)&pSwitchChannel->currentState, SC_EVENT_STOP, pSwitchChannel); in switchChannel_enableDisableSpectrumMngmt() 660 static TI_STATUS switchChannel_smEvent(TI_UINT8 *currState, TI_UINT8 event, void* data) in switchChannel_smEvent() function 776 …return (switchChannel_smEvent((TI_UINT8*)&pSwitchChannel->currentState, SC_EVENT_SCR_FAIL, pSwitch… in switchChannel_smReqSCR_UpdateCmd() [all …]
|