Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h272 #define WIFI_FW_AUTH_NULL 0x00000100 macro
279 #define WIFI_FW_LINKING_STATE (WIFI_FW_AUTH_NULL | \
/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c2297 pmlmeinfo->state = WIFI_FW_AUTH_NULL | WIFI_FW_STATION_STATE; in start_clnt_join()
2324 pmlmeinfo->state &= (~WIFI_FW_AUTH_NULL); in start_clnt_auth()
2355 pmlmeinfo->state &= (~(WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE)); in start_clnt_assoc()
2618 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in OnBeacon()
2749 pstat->state = WIFI_FW_AUTH_NULL; in OnAuth()
2783 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth()
2797 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth()
4867 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in link_timer_hdl()