HomeSort by relevance Sort by last modified time
    Searched refs:MLME_SM_EVENT_STOP (Results 1 - 6 of 6) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
mlmeSm.h 76 MLME_SM_EVENT_STOP = 1,
mlmeSm.c 195 {MLME_SM_STATE_IDLE, (fsm_Action_t)mlme_smNOP}, /* MLME_SM_EVENT_STOP */
203 {MLME_SM_STATE_IDLE, (fsm_Action_t)mlme_smNOP}, /* MLME_SM_EVENT_STOP */
211 {MLME_SM_STATE_IDLE, (fsm_Action_t)mlme_smStopAssocWait}, /* MLME_SM_EVENT_STOP */
219 {MLME_SM_STATE_IDLE, (fsm_Action_t)mlme_smStopAssoc}, /* MLME_SM_EVENT_STOP */
422 status = mlme_smEvent(&pHandle->currentState, MLME_SM_EVENT_STOP, pHandle);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
mlmeSm.h 77 MLME_SM_EVENT_STOP = 1,
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
mlmeSm.h 76 MLME_SM_EVENT_STOP = 1,
mlmeSm.c 195 {MLME_SM_STATE_IDLE, (fsm_Action_t)mlme_smNOP}, /* MLME_SM_EVENT_STOP */
203 {MLME_SM_STATE_IDLE, (fsm_Action_t)mlme_smNOP}, /* MLME_SM_EVENT_STOP */
211 {MLME_SM_STATE_IDLE, (fsm_Action_t)mlme_smStopAssocWait}, /* MLME_SM_EVENT_STOP */
219 {MLME_SM_STATE_IDLE, (fsm_Action_t)mlme_smStopAssoc}, /* MLME_SM_EVENT_STOP */
422 status = mlme_smEvent(&pHandle->currentState, MLME_SM_EVENT_STOP, pHandle);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/
mlmeSm.c 234 {MLME_SM_STATE_IDLE, (fsm_Action_t)mlme_smNOP}, /* MLME_SM_EVENT_STOP */
242 {MLME_SM_STATE_IDLE, (fsm_Action_t)mlme_smNOP}, /* MLME_SM_EVENT_STOP */
250 {MLME_SM_STATE_IDLE, (fsm_Action_t)mlme_smStopAssocWait}, /* MLME_SM_EVENT_STOP */
258 {MLME_SM_STATE_IDLE, (fsm_Action_t)mlme_smStopAssoc}, /* MLME_SM_EVENT_STOP */
477 status = mlme_smEvent(&pHandle->currentState, MLME_SM_EVENT_STOP, pHandle);
630 "MLME_SM_EVENT_STOP",

Completed in 65 milliseconds