Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/TWD/MacServices/
DScanSrvSM.c98 … {SCAN_SRV_STATE_STOPPING, actionNop}, /*"STOP_SCAN"*/ in scanSRVSM_init()
110 … {SCAN_SRV_STATE_STOPPING, actionNop }, /*"STOP_SCAN"*/ in scanSRVSM_init()
119 … {SCAN_SRV_STATE_STOPPING, actionUnexpected}, /*"REQUEST_PS",*/ in scanSRVSM_init()
122 … {SCAN_SRV_STATE_STOPPING, actionUnexpected}, /*"PS_PEND",*/ in scanSRVSM_init()
123 … {SCAN_SRV_STATE_STOPPING, actionNop }, /*"STOP_SCAN"*/ in scanSRVSM_init()
125 … {SCAN_SRV_STATE_STOPPING, scanSRVSM_handleTimerExpiry}, /*"TIMER_EXPIRED"*/ in scanSRVSM_init()
DScanSrvSM.h81 SCAN_SRV_STATE_STOPPING, enumerator
DScanSrv.c730 case SCAN_SRV_STATE_STOPPING: in MacServices_scanSrv_printDebugStatus()