Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/include/
Drtw_mlme_ext.h249 #define WIFI_FW_AUTH_NULL 0x00000100 macro
256 #define WIFI_FW_LINKING_STATE (WIFI_FW_AUTH_NULL | \
/Linux-v5.15/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…
/Linux-v5.15/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c598 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in OnBeacon()
754 pstat->state = WIFI_FW_AUTH_NULL; in OnAuth()
795 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth()
808 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth()
4200 pmlmeinfo->state = WIFI_FW_AUTH_NULL | WIFI_FW_STATION_STATE; in start_clnt_join()
4225 pmlmeinfo->state &= (~WIFI_FW_AUTH_NULL); in start_clnt_auth()
4250 pmlmeinfo->state &= (~(WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE)); in start_clnt_assoc()
5182 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in link_timer_hdl()
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c653 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in OnBeacon()
784 pstat->state = WIFI_FW_AUTH_NULL; in OnAuth()
818 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth()
832 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth()
6686 pmlmeinfo->state = WIFI_FW_AUTH_NULL | WIFI_FW_STATION_STATE; in start_clnt_join()
6713 pmlmeinfo->state &= (~WIFI_FW_AUTH_NULL); in start_clnt_auth()
6742 pmlmeinfo->state &= (~(WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE)); in start_clnt_assoc()
7580 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in link_timer_hdl()