Home
last modified time | relevance | path

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

/drivers/staging/rt2870/sta/
Dsync.c75 …StateMachineSetAction(Sm, SCAN_LISTEN, MT2_MLME_SCAN_REQ, (STATE_MACHINE_FUNC)InvalidStateWhenScan… in SyncStateMachineInit()
76 …StateMachineSetAction(Sm, SCAN_LISTEN, MT2_MLME_JOIN_REQ, (STATE_MACHINE_FUNC)InvalidStateWhenJoin… in SyncStateMachineInit()
77 …StateMachineSetAction(Sm, SCAN_LISTEN, MT2_MLME_START_REQ, (STATE_MACHINE_FUNC)InvalidStateWhenSta… in SyncStateMachineInit()
78 …StateMachineSetAction(Sm, SCAN_LISTEN, MT2_PEER_BEACON, (STATE_MACHINE_FUNC)PeerBeaconAtScanAction… in SyncStateMachineInit()
79 …StateMachineSetAction(Sm, SCAN_LISTEN, MT2_PEER_PROBE_RSP, (STATE_MACHINE_FUNC)PeerBeaconAtScanAct… in SyncStateMachineInit()
80 StateMachineSetAction(Sm, SCAN_LISTEN, MT2_SCAN_TIMEOUT, (STATE_MACHINE_FUNC)ScanTimeoutAction); in SyncStateMachineInit()
1751 return (pAd->Mlme.SyncMachine.CurrState == SCAN_LISTEN) ? TRUE : FALSE; in ScanRunning()
/drivers/staging/rt2860/sta/
Dsync.c108 …StateMachineSetAction(Sm, SCAN_LISTEN, MT2_MLME_SCAN_REQ, (STATE_MACHINE_FUNC)InvalidStateWhenScan… in SyncStateMachineInit()
109 …StateMachineSetAction(Sm, SCAN_LISTEN, MT2_MLME_JOIN_REQ, (STATE_MACHINE_FUNC)InvalidStateWhenJoin… in SyncStateMachineInit()
110 …StateMachineSetAction(Sm, SCAN_LISTEN, MT2_MLME_START_REQ, (STATE_MACHINE_FUNC)InvalidStateWhenSta… in SyncStateMachineInit()
111 …StateMachineSetAction(Sm, SCAN_LISTEN, MT2_PEER_BEACON, (STATE_MACHINE_FUNC)PeerBeaconAtScanAction… in SyncStateMachineInit()
112 …StateMachineSetAction(Sm, SCAN_LISTEN, MT2_PEER_PROBE_RSP, (STATE_MACHINE_FUNC)PeerBeaconAtScanAct… in SyncStateMachineInit()
113 StateMachineSetAction(Sm, SCAN_LISTEN, MT2_SCAN_TIMEOUT, (STATE_MACHINE_FUNC)ScanTimeoutAction); in SyncStateMachineInit()
1957 return (pAd->Mlme.SyncMachine.CurrState == SCAN_LISTEN) ? TRUE : FALSE; in ScanRunning()
/drivers/staging/rt2860/common/
Dcmm_sync.c676 pAd->Mlme.SyncMachine.CurrState = SCAN_LISTEN; in ScanNextChannel()
/drivers/staging/rt2870/common/
Dcmm_sync.c685 pAd->Mlme.SyncMachine.CurrState = SCAN_LISTEN; in ScanNextChannel()
/drivers/staging/rt2860/
Drtmp_def.h795 #define SCAN_LISTEN 2 macro
/drivers/staging/rt2870/
Drtmp_def.h812 #define SCAN_LISTEN 2 macro