Home
last modified time | relevance | path

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

/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)
/drivers/staging/r8188eu/include/
Drtw_mlme_ext.h214 #define WIFI_FW_ASSOC_STATE 0x00002000 macro
220 WIFI_FW_ASSOC_STATE)
/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c991 pstat->state |= WIFI_FW_ASSOC_STATE; in OnAssocReq()
995 pstat->state |= WIFI_FW_ASSOC_STATE; in OnAssocReq()
1310 pstat->state &= (~WIFI_FW_ASSOC_STATE); in OnAssocReq()
1390 if (!(pmlmeinfo->state & (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE))) in OnAssocRsp()
1446 pmlmeinfo->state &= (~WIFI_FW_ASSOC_STATE); in OnAssocRsp()
1514 (pmlmeinfo->state & WIFI_FW_ASSOC_STATE)) { in OnDeAuth()
4219 pmlmeinfo->state |= (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE); in start_clnt_assoc()
5154 } else if (pmlmeinfo->state & WIFI_FW_ASSOC_STATE) { in link_timer_hdl()
/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c1028 pstat->state |= WIFI_FW_ASSOC_STATE; in OnAssocReq()
1032 pstat->state |= WIFI_FW_ASSOC_STATE; in OnAssocReq()
1325 pstat->state &= (~WIFI_FW_ASSOC_STATE); in OnAssocReq()
1397 if (!(pmlmeinfo->state & (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE))) in OnAssocRsp()
1446 pmlmeinfo->state &= (~WIFI_FW_ASSOC_STATE); in OnAssocRsp()
1507 (pmlmeinfo->state & WIFI_FW_ASSOC_STATE)) { in OnDeAuth()
6456 pmlmeinfo->state |= (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE); in start_clnt_assoc()
7301 } else if (pmlmeinfo->state & WIFI_FW_ASSOC_STATE) { in link_timer_hdl()