Searched refs:sta_aid (Results 1 – 13 of 13) sorted by relevance
163 if (pstapriv->sta_aid[psta->aid - 1] != psta) in rtw_indicate_sta_assoc_event()187 if (pstapriv->sta_aid[psta->aid - 1] != psta) in rtw_indicate_sta_disassoc_event()
314 if ((psta->aid > 0) && (pstapriv->sta_aid[psta->aid - 1] == psta)) { in rtw_free_stainfo23a()315 pstapriv->sta_aid[psta->aid - 1] = NULL; in rtw_free_stainfo23a()
1847 pstapriv->sta_aid[i] = NULL; in start_ap_mode23a()
1680 if (pstapriv->sta_aid[pstat->aid - 1] == NULL) in OnAssocReq23a()1695 pstapriv->sta_aid[pstat->aid - 1] = pstat; in OnAssocReq23a()
206 struct sta_info *sta_aid[MAX_AID_TABLE_SIZE]; member
146 ap->sta_aid[sta->aid - 1] = NULL; in ap_free_sta()1675 if (local->ap->sta_aid[sta->aid - 1] == NULL) in handle_assoc()1683 local->ap->sta_aid[sta->aid - 1] = sta; in handle_assoc()
406 if ((psta->aid > 0) && (pstapriv->sta_aid[psta->aid - 1] == psta)) { in rtw_free_stainfo()407 pstapriv->sta_aid[psta->aid - 1] = NULL; in rtw_free_stainfo()
1890 pstapriv->sta_aid[i] = NULL; in start_ap_mode()
1172 if (pstapriv->sta_aid[aid-1] != NULL) in search_max_mac_id()
1258 if (pstapriv->sta_aid[pstat->aid - 1] == NULL) in OnAssocReq()1271 pstapriv->sta_aid[pstat->aid - 1] = pstat; in OnAssocReq()
333 struct sta_info *sta_aid[NUM_STA]; member
324 struct sta_info *sta_aid[NUM_STA]; member
240 psta = pstapriv->sta_aid[(mac_id-1) - 1]; in rtw_hal_update_ra_mask()