Home
last modified time | relevance | path

Searched refs:WIFI_FW_ASSOC_SUCCESS (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c853 (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) { in OnBeacon23a()
1383 if (!(pstat->state & WIFI_FW_ASSOC_SUCCESS)) { in OnAssocReq23a()
1387 pstat->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnAssocReq23a()
1703 pstat->state |= WIFI_FW_ASSOC_SUCCESS; in OnAssocReq23a()
1721 if (pstat && pstat->state & WIFI_FW_ASSOC_SUCCESS && in OnAssocReq23a()
1795 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnAssocRsp23a()
1858 pmlmeinfo->state |= WIFI_FW_ASSOC_SUCCESS; in OnAssocRsp23a()
2037 if (!(pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) in OnAction23a_back23a()
3954 if (!(pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) in send_delba23a()
4355 pmlmeinfo->state |= WIFI_FW_ASSOC_SUCCESS; in start_create_ibss()
[all …]
Drtw_wlan_util.c405 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS && in is_client_associated_to_ap23a()
417 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS && in is_client_associated_to_ibss23a()
/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c611 …((pmlmeinfo->state&0x03) == WIFI_FW_STATION_STATE) && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) { in OnBeacon()
963 if (!((pstat->state) & WIFI_FW_ASSOC_SUCCESS)) { in OnAssocReq()
967 pstat->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnAssocReq()
1286 pstat->state |= WIFI_FW_ASSOC_SUCCESS; in OnAssocReq()
1304 if (pstat && (pstat->state & WIFI_FW_ASSOC_SUCCESS) && (_STATS_SUCCESSFUL_ == status)) { in OnAssocReq()
1374 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnAssocRsp()
1425 pmlmeinfo->state |= WIFI_FW_ASSOC_SUCCESS; in OnAssocRsp()
1623 if (!(pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) in OnAction_back()
3552 if (!(pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) in send_delba()
3934 pmlmeinfo->state |= WIFI_FW_ASSOC_SUCCESS; in start_create_ibss()
[all …]
Drtw_wlan_util.c432 …if ((pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) && ((pmlmeinfo->state&0x03) == WIFI_FW_STATION_STAT… in is_client_associated_to_ap()
443 if ((pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) && ((pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE)) in is_client_associated_to_ibss()
/drivers/staging/rtl8723au/include/
Drtw_mlme_ext.h290 #define WIFI_FW_ASSOC_SUCCESS 0x00004000 macro
/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h274 #define WIFI_FW_ASSOC_SUCCESS 0x00004000 macro