Home
last modified time | relevance | path

Searched refs:switchChannel_smEvent (Results 1 – 1 of 1) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
DSwitchChannel.c173 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()
544switchChannel_smEvent((TI_UINT8*)&pSwitchChannel->currentState, SC_EVENT_SC_CMD, pSwitchChannel); in switchChannel_recvCmd()
581switchChannel_smEvent((TI_UINT8*)&pSwitchChannel->currentState, SC_EVENT_SC_CMPLT, pSwitchChannel); in switchChannel_SwitchChannelCmdCompleteReturn()
623switchChannel_smEvent((TI_UINT8*)&pSwitchChannel->currentState, SC_EVENT_START, pSwitchChannel); in switchChannel_enableDisableSpectrumMngmt()
628switchChannel_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 …]