Home
last modified time | relevance | path

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

/drivers/staging/rtl8723au/include/
Drtw_mlme_ext.h289 #define WIFI_FW_ASSOC_STATE 0x00002000 macro
292 …LINKING_STATE (WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE | WIFI_FW_AUTH_SUCCESS |WIFI_FW_ASSOC_STATE)
/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h273 #define WIFI_FW_ASSOC_STATE 0x00002000 macro
279 WIFI_FW_ASSOC_STATE)
/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c1388 pstat->state |= WIFI_FW_ASSOC_STATE; in OnAssocReq23a()
1392 pstat->state |= WIFI_FW_ASSOC_STATE; in OnAssocReq23a()
1702 pstat->state &= ~WIFI_FW_ASSOC_STATE; in OnAssocReq23a()
1792 if (!(pmlmeinfo->state & (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE))) in OnAssocRsp23a()
1857 pmlmeinfo->state &= ~WIFI_FW_ASSOC_STATE; in OnAssocRsp23a()
4464 pmlmeinfo->state |= (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE); in start_clnt_assoc()
5415 } else if (pmlmeinfo->state & WIFI_FW_ASSOC_STATE) { in link_timer_hdl()
/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c968 pstat->state |= WIFI_FW_ASSOC_STATE; in OnAssocReq()
972 pstat->state |= WIFI_FW_ASSOC_STATE; in OnAssocReq()
1285 pstat->state &= (~WIFI_FW_ASSOC_STATE); in OnAssocReq()
1371 if (!(pmlmeinfo->state & (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE))) in OnAssocRsp()
1424 pmlmeinfo->state &= (~WIFI_FW_ASSOC_STATE); in OnAssocRsp()
4036 pmlmeinfo->state |= (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE); in start_clnt_assoc()
4898 } else if (pmlmeinfo->state & WIFI_FW_ASSOC_STATE) { in link_timer_hdl()