Home
last modified time | relevance | path

Searched refs:WIFI_FW_AUTH_NULL (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h279 #define WIFI_FW_AUTH_NULL 0x00000100 macro
286 #define WIFI_FW_LINKING_STATE (WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE | WIFI_FW_AUTH_SUCCESS | WIF…
/drivers/staging/r8188eu/include/
Drtw_mlme_ext.h210 #define WIFI_FW_AUTH_NULL 0x00000100 macro
217 #define WIFI_FW_LINKING_STATE (WIFI_FW_AUTH_NULL | \
/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c596 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in OnBeacon()
751 pstat->state = WIFI_FW_AUTH_NULL; in OnAuth()
792 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth()
805 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth()
4168 pmlmeinfo->state = WIFI_FW_AUTH_NULL | WIFI_FW_STATION_STATE; in start_clnt_join()
4193 pmlmeinfo->state &= (~WIFI_FW_AUTH_NULL); in start_clnt_auth()
4218 pmlmeinfo->state &= (~(WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE)); in start_clnt_assoc()
5140 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in link_timer_hdl()
/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c642 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in OnBeacon()
764 pstat->state = WIFI_FW_AUTH_NULL; in OnAuth()
796 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth()
808 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth()
6401 pmlmeinfo->state = WIFI_FW_AUTH_NULL | WIFI_FW_STATION_STATE; in start_clnt_join()
6427 pmlmeinfo->state &= (~WIFI_FW_AUTH_NULL); in start_clnt_auth()
6455 pmlmeinfo->state &= (~(WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE)); in start_clnt_assoc()
7287 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in link_timer_hdl()