Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h257 #define WIFI_FW_AUTH_NULL 0x00000100 macro
264 #define WIFI_FW_LINKING_STATE (WIFI_FW_AUTH_NULL | \
/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h338 #define WIFI_FW_AUTH_NULL 0x00000100 macro
345 #define WIFI_FW_LINKING_STATE (WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE | WIFI_FW_AUTH_SUCCESS | WIF…
/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c2260 pmlmeinfo->state = WIFI_FW_AUTH_NULL | WIFI_FW_STATION_STATE; in start_clnt_join()
2287 pmlmeinfo->state &= (~WIFI_FW_AUTH_NULL); in start_clnt_auth()
2316 pmlmeinfo->state &= (~(WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE)); in start_clnt_assoc()
2568 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in OnBeacon()
2699 pstat->state = WIFI_FW_AUTH_NULL; in OnAuth()
2733 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth()
2747 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth()
4778 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in link_timer_hdl()
/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c801 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in OnBeacon()
965 pstat->state = WIFI_FW_AUTH_NULL; in OnAuth()
1008 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth()
1023 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth()
4685 pmlmeinfo->state = WIFI_FW_AUTH_NULL | WIFI_FW_STATION_STATE; in start_clnt_join()
4711 pmlmeinfo->state &= (~WIFI_FW_AUTH_NULL); in start_clnt_auth()
4736 pmlmeinfo->state &= (~(WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE)); in start_clnt_assoc()
5840 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in link_timer_hdl()