Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/include/
Drtw_mlme_ext.h253 #define WIFI_FW_ASSOC_STATE 0x00002000 macro
259 WIFI_FW_ASSOC_STATE)
/Linux-v5.15/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h283 #define WIFI_FW_ASSOC_STATE 0x00002000 macro
286 …INKING_STATE (WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE | WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE)
/Linux-v5.15/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c997 pstat->state |= WIFI_FW_ASSOC_STATE; in OnAssocReq()
1001 pstat->state |= WIFI_FW_ASSOC_STATE; in OnAssocReq()
1316 pstat->state &= (~WIFI_FW_ASSOC_STATE); in OnAssocReq()
1400 if (!(pmlmeinfo->state & (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE))) in OnAssocRsp()
1456 pmlmeinfo->state &= (~WIFI_FW_ASSOC_STATE); in OnAssocRsp()
1527 (pmlmeinfo->state & WIFI_FW_ASSOC_STATE)) { in OnDeAuth()
4251 pmlmeinfo->state |= (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE); in start_clnt_assoc()
5204 } else if (pmlmeinfo->state & WIFI_FW_ASSOC_STATE) { in link_timer_hdl()
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c1038 pstat->state |= WIFI_FW_ASSOC_STATE; in OnAssocReq()
1042 pstat->state |= WIFI_FW_ASSOC_STATE; in OnAssocReq()
1368 pstat->state &= (~WIFI_FW_ASSOC_STATE); in OnAssocReq()
1452 if (!(pmlmeinfo->state & (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE))) in OnAssocRsp()
1506 pmlmeinfo->state &= (~WIFI_FW_ASSOC_STATE); in OnAssocRsp()
1584 (pmlmeinfo->state & WIFI_FW_ASSOC_STATE)) { in OnDeAuth()
6743 pmlmeinfo->state |= (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE); in start_clnt_assoc()
7596 } else if (pmlmeinfo->state & WIFI_FW_ASSOC_STATE) { in link_timer_hdl()