Searched refs:WIFI_FW_ASSOC_SUCCESS (Results 1 – 6 of 6) sorted by relevance
629 …((pmlmeinfo->state&0x03) == WIFI_FW_STATION_STATE) && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) { in OnBeacon()992 if (!((pstat->state) & WIFI_FW_ASSOC_SUCCESS)) { in OnAssocReq()996 pstat->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnAssocReq()1317 pstat->state |= WIFI_FW_ASSOC_SUCCESS; in OnAssocReq()1335 if (pstat && (pstat->state & WIFI_FW_ASSOC_SUCCESS) && (WLAN_STATUS_SUCCESS == status)) { in OnAssocReq()1403 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnAssocRsp()1457 pmlmeinfo->state |= WIFI_FW_ASSOC_SUCCESS; in OnAssocRsp()1662 if (!(pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) in OnAction_back()3768 if (!(pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) in send_delba()4149 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()
676 …pmlmeinfo->state & 0x03) == WIFI_FW_STATION_STATE) && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) { in OnBeacon()1033 if (!((pstat->state) & WIFI_FW_ASSOC_SUCCESS)) { in OnAssocReq()1037 pstat->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnAssocReq()1369 pstat->state |= WIFI_FW_ASSOC_SUCCESS; in OnAssocReq()1387 if (pstat && (pstat->state & WIFI_FW_ASSOC_SUCCESS) && (_STATS_SUCCESSFUL_ == status)) { in OnAssocReq()1455 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnAssocRsp()1507 pmlmeinfo->state |= WIFI_FW_ASSOC_SUCCESS; in OnAssocRsp()1738 if (!(pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) in OnAction_back()6205 if (!(pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) in send_delba()6640 pmlmeinfo->state |= WIFI_FW_ASSOC_SUCCESS; in start_create_ibss()[all …]
410 …if ((pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) && ((pmlmeinfo->state & 0x03) == WIFI_FW_STATION_ST… in is_client_associated_to_ap()421 …if ((pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) && ((pmlmeinfo->state & 0x03) == WIFI_FW_ADHOC_STAT… in is_client_associated_to_ibss()
254 #define WIFI_FW_ASSOC_SUCCESS 0x00004000 macro
284 #define WIFI_FW_ASSOC_SUCCESS 0x00004000 macro