Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h259 #define WIFI_FW_AUTH_NULL 0x00000100 macro
266 #define WIFI_FW_LINKING_STATE (WIFI_FW_AUTH_NULL | \
/Linux-v5.4/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h349 #define WIFI_FW_AUTH_NULL 0x00000100 macro
356 #define WIFI_FW_LINKING_STATE (WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE | WIFI_FW_AUTH_SUCCESS |WIFI…
/Linux-v5.4/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c2266 pmlmeinfo->state = WIFI_FW_AUTH_NULL | WIFI_FW_STATION_STATE; in start_clnt_join()
2293 pmlmeinfo->state &= (~WIFI_FW_AUTH_NULL); in start_clnt_auth()
2322 pmlmeinfo->state &= (~(WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE)); in start_clnt_assoc()
2574 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in OnBeacon()
2705 pstat->state = WIFI_FW_AUTH_NULL; in OnAuth()
2739 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth()
2753 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth()
4790 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in link_timer_hdl()
/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c800 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in OnBeacon()
964 pstat->state = WIFI_FW_AUTH_NULL; in OnAuth()
1007 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth()
1022 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth()
4678 pmlmeinfo->state = WIFI_FW_AUTH_NULL | WIFI_FW_STATION_STATE; in start_clnt_join()
4704 pmlmeinfo->state &= (~WIFI_FW_AUTH_NULL); in start_clnt_auth()
4729 pmlmeinfo->state &= (~(WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE)); in start_clnt_assoc()
5836 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in link_timer_hdl()