Searched refs:sta_aid (Results 1 – 13 of 13) sorted by relevance
177 if (pstapriv->sta_aid[psta->aid - 1] != psta) in rtw_indicate_sta_assoc_event()200 if (pstapriv->sta_aid[psta->aid - 1] != psta) in rtw_indicate_sta_disassoc_event()
52 psta = pstapriv->sta_aid[(mac_id - 1) - 1]; in rtw_hal_update_ra_mask()
337 if ((psta->aid > 0) && (pstapriv->sta_aid[psta->aid - 1] == psta)) { in rtw_free_stainfo()338 pstapriv->sta_aid[psta->aid - 1] = NULL; in rtw_free_stainfo()
1188 pstapriv->sta_aid[i] = NULL; in start_ap_mode()
1140 if (pstapriv->sta_aid[aid - 1]) in search_max_mac_id()
1315 if (!pstapriv->sta_aid[pstat->aid - 1]) in OnAssocReq()1328 pstapriv->sta_aid[pstat->aid - 1] = pstat; in OnAssocReq()
207 struct sta_info *sta_aid[MAX_AID_TABLE_SIZE]; member
134 ap->sta_aid[sta->aid - 1] = NULL; in ap_free_sta()1613 if (local->ap->sta_aid[sta->aid - 1] == NULL) in handle_assoc()1621 local->ap->sta_aid[sta->aid - 1] = sta; in handle_assoc()
416 if ((psta->aid > 0) && (pstapriv->sta_aid[psta->aid - 1] == psta)) { in rtw_free_stainfo()417 pstapriv->sta_aid[psta->aid - 1] = NULL; in rtw_free_stainfo()
2102 pstapriv->sta_aid[i] = NULL; in start_ap_mode()
1296 if (!pstapriv->sta_aid[pstat->aid - 1]) in OnAssocReq()1310 pstapriv->sta_aid[pstat->aid - 1] = pstat; in OnAssocReq()
330 struct sta_info *sta_aid[NUM_STA]; member
318 struct sta_info *sta_aid[NUM_STA]; member
Completed in 54 milliseconds