Searched refs:WIFI_FW_ASSOC_SUCCESS (Results 1 – 6 of 6) sorted by relevance
627 …((pmlmeinfo->state&0x03) == WIFI_FW_STATION_STATE) && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) { in OnBeacon()986 if (!((pstat->state) & WIFI_FW_ASSOC_SUCCESS)) { in OnAssocReq()990 pstat->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnAssocReq()1311 pstat->state |= WIFI_FW_ASSOC_SUCCESS; in OnAssocReq()1329 if (pstat && (pstat->state & WIFI_FW_ASSOC_SUCCESS) && (status == WLAN_STATUS_SUCCESS)) { in OnAssocReq()1393 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnAssocRsp()1447 pmlmeinfo->state |= WIFI_FW_ASSOC_SUCCESS; in OnAssocRsp()1645 if (!(pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) in OnAction_back()3738 if (!(pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) in send_delba()4117 pmlmeinfo->state |= WIFI_FW_ASSOC_SUCCESS; in start_create_ibss()[all …]
395 …if ((pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) && ((pmlmeinfo->state&0x03) == WIFI_FW_STATION_STAT… in is_client_associated_to_ap()406 if ((pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) && ((pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE)) in is_client_associated_to_ibss()630 if (!(mlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) { in rtw_camid_alloc()
665 …pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE) && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) { in OnBeacon()1023 if (!((pstat->state) & WIFI_FW_ASSOC_SUCCESS)) { in OnAssocReq()1027 pstat->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnAssocReq()1326 pstat->state |= WIFI_FW_ASSOC_SUCCESS; in OnAssocReq()1344 if (pstat && (pstat->state & WIFI_FW_ASSOC_SUCCESS) && (status == _STATS_SUCCESSFUL_)) { in OnAssocReq()1400 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnAssocRsp()1447 pmlmeinfo->state |= WIFI_FW_ASSOC_SUCCESS; in OnAssocRsp()1586 if (!(pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) in OnAction_back()5707 if (!(pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) in send_delba()6356 pmlmeinfo->state |= WIFI_FW_ASSOC_SUCCESS; in start_create_ibss()[all …]
345 …if ((pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) && ((pmlmeinfo->state & 0x03) == WIFI_FW_STATION_ST… in is_client_associated_to_ap()356 …if ((pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) && ((pmlmeinfo->state & 0x03) == WIFI_FW_ADHOC_STAT… in is_client_associated_to_ibss()
215 #define WIFI_FW_ASSOC_SUCCESS 0x00004000 macro
284 #define WIFI_FW_ASSOC_SUCCESS 0x00004000 macro