Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h273 #define WIFI_FW_ASSOC_STATE 0x00002000 macro
279 WIFI_FW_ASSOC_STATE)
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c959 pstat->state |= WIFI_FW_ASSOC_STATE; in OnAssocReq()
963 pstat->state |= WIFI_FW_ASSOC_STATE; in OnAssocReq()
1276 pstat->state &= (~WIFI_FW_ASSOC_STATE); in OnAssocReq()
1362 if (!(pmlmeinfo->state & (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE))) in OnAssocRsp()
1415 pmlmeinfo->state &= (~WIFI_FW_ASSOC_STATE); in OnAssocRsp()
4037 pmlmeinfo->state |= (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE); in start_clnt_assoc()
4900 } else if (pmlmeinfo->state & WIFI_FW_ASSOC_STATE) { in link_timer_hdl()
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c1386 pstat->state |= WIFI_FW_ASSOC_STATE; in OnAssocReq23a()
1390 pstat->state |= WIFI_FW_ASSOC_STATE; in OnAssocReq23a()
1700 pstat->state &= ~WIFI_FW_ASSOC_STATE; in OnAssocReq23a()
1790 if (!(pmlmeinfo->state & (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE))) in OnAssocRsp23a()
1855 pmlmeinfo->state &= ~WIFI_FW_ASSOC_STATE; in OnAssocRsp23a()
4456 pmlmeinfo->state |= (WIFI_FW_AUTH_SUCCESS | WIFI_FW_ASSOC_STATE); in start_clnt_assoc()
5395 } else if (pmlmeinfo->state & WIFI_FW_ASSOC_STATE) { in link_timer_hdl()