Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h266 #define WIFI_FW_AUTH_NULL 0x00000100 macro
273 #define WIFI_FW_LINKING_STATE (WIFI_FW_AUTH_NULL | \
/Linux-v4.19/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-v4.19/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c2269 pmlmeinfo->state = WIFI_FW_AUTH_NULL | WIFI_FW_STATION_STATE; in start_clnt_join()
2296 pmlmeinfo->state &= (~WIFI_FW_AUTH_NULL); in start_clnt_auth()
2325 pmlmeinfo->state &= (~(WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE)); in start_clnt_assoc()
2588 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in OnBeacon()
2719 pstat->state = WIFI_FW_AUTH_NULL; in OnAuth()
2753 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth()
2767 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth()
4808 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in link_timer_hdl()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c811 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in OnBeacon()
975 pstat->state = WIFI_FW_AUTH_NULL; in OnAuth()
1018 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth()
1033 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth()
4703 pmlmeinfo->state = WIFI_FW_AUTH_NULL | WIFI_FW_STATION_STATE; in start_clnt_join()
4729 pmlmeinfo->state &= (~WIFI_FW_AUTH_NULL); in start_clnt_auth()
4754 pmlmeinfo->state &= (~(WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE)); in start_clnt_assoc()
5888 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in link_timer_hdl()