Searched refs:WIFI_FW_ASSOC_SUCCESS (Results 1 – 6 of 6) sorted by relevance
602 …((pmlmeinfo->state&0x03) == WIFI_FW_STATION_STATE) && (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) { in OnBeacon()954 if (!((pstat->state) & WIFI_FW_ASSOC_SUCCESS)) { in OnAssocReq()958 pstat->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnAssocReq()1277 pstat->state |= WIFI_FW_ASSOC_SUCCESS; in OnAssocReq()1295 if (pstat && (pstat->state & WIFI_FW_ASSOC_SUCCESS) && (_STATS_SUCCESSFUL_ == status)) { in OnAssocReq()1365 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnAssocRsp()1416 pmlmeinfo->state |= WIFI_FW_ASSOC_SUCCESS; in OnAssocRsp()1613 if (!(pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) in OnAction_back()3553 if (!(pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) in send_delba()3935 pmlmeinfo->state |= WIFI_FW_ASSOC_SUCCESS; in start_create_ibss()[all …]
404 …if ((pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) && ((pmlmeinfo->state&0x03) == WIFI_FW_STATION_STAT… in is_client_associated_to_ap()415 if ((pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) && ((pmlmeinfo->state&0x03) == WIFI_FW_ADHOC_STATE)) in is_client_associated_to_ibss()
852 (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) { in OnBeacon23a()1381 if (!(pstat->state & WIFI_FW_ASSOC_SUCCESS)) { in OnAssocReq23a()1385 pstat->state &= (~WIFI_FW_ASSOC_SUCCESS); in OnAssocReq23a()1701 pstat->state |= WIFI_FW_ASSOC_SUCCESS; in OnAssocReq23a()1719 if (pstat && pstat->state & WIFI_FW_ASSOC_SUCCESS && in OnAssocReq23a()1793 if (pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS) in OnAssocRsp23a()1856 pmlmeinfo->state |= WIFI_FW_ASSOC_SUCCESS; in OnAssocRsp23a()2035 if (!(pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) in OnAction23a_back23a()3946 if (!(pmlmeinfo->state & WIFI_FW_ASSOC_SUCCESS)) in send_delba23a()4351 pmlmeinfo->state |= WIFI_FW_ASSOC_SUCCESS; in start_create_ibss()[all …]
405 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()
289 #define WIFI_FW_ASSOC_SUCCESS 0x00004000 macro
274 #define WIFI_FW_ASSOC_SUCCESS 0x00004000 macro