Searched refs:ieee80211_send_bar (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/net/mac80211/ |
| D | agg-tx.c | 112 void ieee80211_send_bar(struct ieee80211_vif *vif, u8 *ra, u16 tid, u16 ssn) in ieee80211_send_bar() function 140 EXPORT_SYMBOL(ieee80211_send_bar);
|
| D | status.c | 179 ieee80211_send_bar(&sta->sdata->vif, addr, tid, tid_tx->failed_bar_ssn); in ieee80211_check_pending_bar() 925 ieee80211_send_bar(&sta->sdata->vif, hdr->addr1, in __ieee80211_tx_status()
|
| /Linux-v5.4/drivers/net/wireless/mediatek/mt7601u/ |
| D | main.c | 368 ieee80211_send_bar(vif, sta->addr, tid, msta->agg_ssn[tid]); in mt76_ampdu_action()
|
| /Linux-v5.4/drivers/net/wireless/mediatek/mt76/ |
| D | tx.c | 512 ieee80211_send_bar(vif, sta->addr, tid, agg_ssn); in mt76_txq_schedule_list()
|
| D | mt76x02_util.c | 388 ieee80211_send_bar(vif, sta->addr, tid, mtxq->agg_ssn); in mt76x02_ampdu_action()
|
| /Linux-v5.4/include/net/ |
| D | mac80211.h | 5816 void ieee80211_send_bar(struct ieee80211_vif *vif, u8 *ra, u16 tid, u16 ssn);
|
| /Linux-v5.4/drivers/net/wireless/ath/ath9k/ |
| D | xmit.c | 153 ieee80211_send_bar(tid->an->vif, tid->an->sta->addr, tid->tidno, in ath_send_bar()
|