Home
last modified time | relevance | path

Searched refs:sta_aid (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/os_dep/
H A Dmlme_linux.c140 if (pstapriv->sta_aid[psta->aid - 1] != psta) in rtw_indicate_sta_assoc_event()
163 if (pstapriv->sta_aid[psta->aid - 1] != psta) in rtw_indicate_sta_disassoc_event()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/hal/
H A Dhal_intf.c59 psta = pstapriv->sta_aid[mac_id - 2]; in rtw_hal_update_ra_mask()
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H A Dhostap_ap.h204 * AID is in the range 1-2007, so sta_aid[0] corresponders to AID 1
207 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()
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/
H A Dhostap_ap.h204 * AID is in the range 1-2007, so sta_aid[0] corresponders to AID 1
207 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()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
H A Drtw_sta_mgt.c464 if ((psta->aid > 0) && (pstapriv->sta_aid[psta->aid - 1] == psta)) { in rtw_free_stainfo()
465 pstapriv->sta_aid[psta->aid - 1] = NULL; in rtw_free_stainfo()
H A Drtw_mlme_ext.c684 if (pstapriv->sta_aid[psta->aid - 1] == NULL) in OnProbeReq()
692 pstapriv->sta_aid[psta->aid - 1] = psta; in OnProbeReq()
1555 if (pstapriv->sta_aid[pstat->aid - 1] == NULL) in OnAssocReq()
1571 pstapriv->sta_aid[pstat->aid - 1] = pstat; in OnAssocReq()
H A Drtw_ap.c2371 pstapriv->sta_aid[i] = NULL; in start_ap_mode()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
H A Drtw_sta_mgt.c364 if ((psta->aid > 0) && (pstapriv->sta_aid[psta->aid - 1] == psta)) { in rtw_free_stainfo()
365 pstapriv->sta_aid[psta->aid - 1] = NULL; in rtw_free_stainfo()
H A Drtw_ap.c1707 pstapriv->sta_aid[i] = NULL; in start_ap_mode()
H A Drtw_mlme.c1100 if (pstapriv->sta_aid[aid - 1]) in search_max_mac_id()
H A Drtw_mlme_ext.c3242 if (!pstapriv->sta_aid[pstat->aid - 1]) in OnAssocReq()
3255 pstapriv->sta_aid[pstat->aid - 1] = pstat; in OnAssocReq()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
H A Dsta_info.h337 * AID is in the range 1-2007, so sta_aid[0] corresponders to AID 1
340 struct sta_info *sta_aid[NUM_STA]; member
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
H A Dsta_info.h309 * AID is in the range 1-2007, so sta_aid[0] corresponders to AID 1
312 struct sta_info *sta_aid[NUM_STA]; member
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/
H A Dsta_info.h327 * AID is in the range 1-2007, so sta_aid[0] corresponders to AID 1
330 struct sta_info *sta_aid[NUM_STA]; member

Completed in 44 milliseconds