Searched refs:sta_aid (Results 1 – 9 of 9) sorted by relevance
155 if (pstapriv->sta_aid[psta->aid - 1] != psta) in rtw_indicate_sta_assoc_event()179 if (pstapriv->sta_aid[psta->aid - 1] != psta) in rtw_indicate_sta_disassoc_event()
69 psta = pstapriv->sta_aid[(mac_id-1) - 1]; in rtw_hal_update_ra_mask()
370 if ((psta->aid > 0) && (pstapriv->sta_aid[psta->aid - 1] == psta)) { in rtw_free_stainfo()371 pstapriv->sta_aid[psta->aid - 1] = NULL; in rtw_free_stainfo()
1824 pstapriv->sta_aid[i] = NULL; in start_ap_mode()
1147 if (pstapriv->sta_aid[aid-1] != NULL) in search_max_mac_id()
3298 if (pstapriv->sta_aid[pstat->aid - 1] == NULL) in OnAssocReq()3311 pstapriv->sta_aid[pstat->aid - 1] = pstat; in OnAssocReq()
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()
318 struct sta_info *sta_aid[NUM_STA]; member