Home
last modified time | relevance | path

Searched refs:sta_aid (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_sta_mgt.c414 if ((psta->aid > 0) && (pstapriv->sta_aid[psta->aid - 1] == psta)) { in rtw_free_stainfo()
415 pstapriv->sta_aid[psta->aid - 1] = NULL; in rtw_free_stainfo()
H A Drtw_ap.c2103 pstapriv->sta_aid[i] = NULL; in start_ap_mode()
H A Drtw_mlme_ext.c1289 if (!pstapriv->sta_aid[pstat->aid - 1]) in OnAssocReq()
1303 pstapriv->sta_aid[pstat->aid - 1] = pstat; in OnAssocReq()
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_ap.h207 struct sta_info *sta_aid[MAX_AID_TABLE_SIZE]; member
H A Dhostap_ap.c134 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()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dsta_info.h330 struct sta_info *sta_aid[NUM_STA]; member