Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/r8188eu/include/
Drtw_mlme_ext.h212 #define WIFI_FW_AUTH_SUCCESS 0x00000400 macro
219 WIFI_FW_AUTH_SUCCESS | \
/Linux-v6.1/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h281 #define WIFI_FW_AUTH_SUCCESS 0x00000400 macro
286 #define WIFI_FW_LINKING_STATE (WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE | WIFI_FW_AUTH_SUCCESS | WIF…
/Linux-v6.1/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c793 pstat->state |= WIFI_FW_AUTH_SUCCESS; in OnAuth()
820 pstat->state |= WIFI_FW_AUTH_SUCCESS; in OnAuth()
839 if (pstat->state & WIFI_FW_AUTH_SUCCESS) in OnAuth()
985 if (!((pstat->state) & WIFI_FW_AUTH_SUCCESS)) { in OnAssocReq()
994 pstat->state &= (~WIFI_FW_AUTH_SUCCESS); in OnAssocReq()
1390 if (!(pmlmeinfo->state & (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE))) in OnAssocRsp()
4219 pmlmeinfo->state |= (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE); in start_clnt_assoc()
/Linux-v6.1/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c797 pstat->state |= WIFI_FW_AUTH_SUCCESS; in OnAuth()
825 pstat->state |= WIFI_FW_AUTH_SUCCESS; in OnAuth()
843 if (pstat->state & WIFI_FW_AUTH_SUCCESS) in OnAuth()
1022 if (!((pstat->state) & WIFI_FW_AUTH_SUCCESS)) { in OnAssocReq()
1031 pstat->state &= (~WIFI_FW_AUTH_SUCCESS); in OnAssocReq()
1397 if (!(pmlmeinfo->state & (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE))) in OnAssocRsp()
6456 pmlmeinfo->state |= (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE); in start_clnt_assoc()