Home
last modified time | relevance | path

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

/drivers/net/wireless/iwmc3200wifi/
Diwm.h188 #define IWM_STATUS_SME_CONNECTING 3 macro
Drx.c565 if (!test_and_clear_bit(IWM_STATUS_SME_CONNECTING, &iwm->status) in iwm_mlme_assoc_complete()
602 if (!test_and_clear_bit(IWM_STATUS_SME_CONNECTING, &iwm->status) in iwm_mlme_assoc_complete()
655 test_bit(IWM_STATUS_SME_CONNECTING, &iwm->status)) in iwm_mlme_profile_invalidate()
660 clear_bit(IWM_STATUS_SME_CONNECTING, &iwm->status); in iwm_mlme_profile_invalidate()
Dcommands.c782 set_bit(IWM_STATUS_SME_CONNECTING, &iwm->status); in iwm_send_mlme_profile()