Searched refs:SCAN_SRV_STATE_STOPPING (Results 1 – 3 of 3) sorted by relevance
/hardware/ti/wlan/wl1271/TWD/MacServices/ |
D | ScanSrvSM.c | 98 … {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()
|
D | ScanSrvSM.h | 81 SCAN_SRV_STATE_STOPPING, enumerator
|
D | ScanSrv.c | 730 case SCAN_SRV_STATE_STOPPING: in MacServices_scanSrv_printDebugStatus()
|