Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h279 #define WIFI_FW_AUTH_NULL 0x00000100 macro
286 #define WIFI_FW_LINKING_STATE (WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE | WIFI_FW_AUTH_SUCCESS | WIF…
/linux-6.6.21/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c594 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in OnBeacon()
749 pstat->state = WIFI_FW_AUTH_NULL; in OnAuth()
790 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth()
803 pstat->state &= ~WIFI_FW_AUTH_NULL; in OnAuth()
4166 pmlmeinfo->state = WIFI_FW_AUTH_NULL | WIFI_FW_STATION_STATE; in start_clnt_join()
4191 pmlmeinfo->state &= (~WIFI_FW_AUTH_NULL); in start_clnt_auth()
4216 pmlmeinfo->state &= (~(WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE)); in start_clnt_assoc()
5138 if (pmlmeinfo->state & WIFI_FW_AUTH_NULL) { in link_timer_hdl()