Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h277 #define WIFI_FW_AUTH_NULL 0x00000100 macro
284 #define WIFI_FW_LINKING_STATE (WIFI_FW_AUTH_NULL | \
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c825 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in OnBeacon23a()
979 pstat->state = WIFI_FW_AUTH_NULL; in OnAuth23a()
1019 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth23a()
1033 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth23a()
4387 pmlmeinfo->state = WIFI_FW_AUTH_NULL | MSR_INFRA; in start_clnt_join()
4414 pmlmeinfo->state &= (~WIFI_FW_AUTH_NULL); in start_clnt_auth()
4445 pmlmeinfo->state &= (~(WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE)); in start_clnt_assoc()
5361 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in link_timer_hdl()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c2359 pmlmeinfo->state = WIFI_FW_AUTH_NULL | WIFI_FW_STATION_STATE; in start_clnt_join()
2386 pmlmeinfo->state &= (~WIFI_FW_AUTH_NULL); in start_clnt_auth()
2417 pmlmeinfo->state &= (~(WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE)); in start_clnt_assoc()
2680 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in OnBeacon()
2811 pstat->state = WIFI_FW_AUTH_NULL; in OnAuth()
2845 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth()
2859 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth()
4928 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in link_timer_hdl()