Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtw_mlme_ext.h288 #define WIFI_FW_ASSOC_STATE 0x00002000 macro
291 …LINKING_STATE (WIFI_FW_AUTH_NULL | WIFI_FW_AUTH_STATE | WIFI_FW_AUTH_SUCCESS |WIFI_FW_ASSOC_STATE)
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h281 #define WIFI_FW_ASSOC_STATE 0x00002000 macro
287 WIFI_FW_ASSOC_STATE)
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c1385 pstat->state |= WIFI_FW_ASSOC_STATE; in OnAssocReq23a()
1389 pstat->state |= WIFI_FW_ASSOC_STATE; in OnAssocReq23a()
1699 pstat->state &= ~WIFI_FW_ASSOC_STATE; in OnAssocReq23a()
1783 if (!(pmlmeinfo->state & (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE))) in OnAssocRsp23a()
1848 pmlmeinfo->state &= ~WIFI_FW_ASSOC_STATE; in OnAssocRsp23a()
4446 pmlmeinfo->state |= (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE); in start_clnt_assoc()
5385 } else if (pmlmeinfo->state & WIFI_FW_ASSOC_STATE) { in link_timer_hdl()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c2418 pmlmeinfo->state |= (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE); in start_clnt_assoc()
3059 pstat->state |= WIFI_FW_ASSOC_STATE; in OnAssocReq()
3063 pstat->state |= WIFI_FW_ASSOC_STATE; in OnAssocReq()
3376 pstat->state &= (~WIFI_FW_ASSOC_STATE); in OnAssocReq()
3455 if (!(pmlmeinfo->state & (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE))) in OnAssocRsp()
3508 pmlmeinfo->state &= (~WIFI_FW_ASSOC_STATE); in OnAssocRsp()
4944 } else if (pmlmeinfo->state & WIFI_FW_ASSOC_STATE) { in link_timer_hdl()