Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtw_mlme_ext.h284 #define WIFI_FW_AUTH_NULL 0x00000100 macro
291 #define WIFI_FW_LINKING_STATE (WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE | WIFI_FW_AUTH_SUCCESS |WIFI…
/linux-4.1.27/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 | \
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c579 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in OnBeacon()
709 pstat->state = WIFI_FW_AUTH_NULL; in OnAuth()
743 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth()
757 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth()
3978 pmlmeinfo->state = WIFI_FW_AUTH_NULL | WIFI_FW_STATION_STATE; in start_clnt_join()
4005 pmlmeinfo->state &= (~WIFI_FW_AUTH_NULL); in start_clnt_auth()
4036 pmlmeinfo->state &= (~(WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE)); in start_clnt_assoc()
4884 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in link_timer_hdl()
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c826 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in OnBeacon23a()
980 pstat->state = WIFI_FW_AUTH_NULL; in OnAuth23a()
1020 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth23a()
1034 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth23a()
4397 pmlmeinfo->state = WIFI_FW_AUTH_NULL | MSR_INFRA; in start_clnt_join()
4424 pmlmeinfo->state &= (~WIFI_FW_AUTH_NULL); in start_clnt_auth()
4455 pmlmeinfo->state &= (~(WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE)); in start_clnt_assoc()
5371 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in link_timer_hdl()