Home
last modified time | relevance | path

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

/drivers/staging/rtl8723au/include/
Drtw_mlme_ext.h285 #define WIFI_FW_AUTH_NULL 0x00000100 macro
292 #define WIFI_FW_LINKING_STATE (WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE | WIFI_FW_AUTH_SUCCESS |WIFI…
/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h269 #define WIFI_FW_AUTH_NULL 0x00000100 macro
276 #define WIFI_FW_LINKING_STATE (WIFI_FW_AUTH_NULL | \
/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c827 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in OnBeacon23a()
982 pstat->state = WIFI_FW_AUTH_NULL; in OnAuth23a()
1022 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth23a()
1036 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth23a()
4403 pmlmeinfo->state = WIFI_FW_AUTH_NULL | MSR_INFRA; in start_clnt_join()
4432 pmlmeinfo->state &= (~WIFI_FW_AUTH_NULL); in start_clnt_auth()
4463 pmlmeinfo->state &= (~(WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE)); in start_clnt_assoc()
5391 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in link_timer_hdl()
/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c588 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in OnBeacon()
718 pstat->state = WIFI_FW_AUTH_NULL; in OnAuth()
752 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth()
766 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth()
3977 pmlmeinfo->state = WIFI_FW_AUTH_NULL | WIFI_FW_STATION_STATE; in start_clnt_join()
4004 pmlmeinfo->state &= (~WIFI_FW_AUTH_NULL); in start_clnt_auth()
4035 pmlmeinfo->state &= (~(WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE)); in start_clnt_assoc()
4882 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in link_timer_hdl()