Searched refs:ieee80211_send_bar (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/ |
D | mt76x2_common.c | 74 ieee80211_send_bar(vif, sta->addr, tid, mtxq->agg_ssn); in mt76x2_ampdu_action() 79 ieee80211_send_bar(vif, sta->addr, tid, mtxq->agg_ssn); in mt76x2_ampdu_action()
|
D | tx.c | 329 ieee80211_send_bar(vif, sta->addr, tid, agg_ssn); in mt76_txq_schedule_list()
|
/Linux-v4.19/net/mac80211/ |
D | status.c | 182 ieee80211_send_bar(&sta->sdata->vif, addr, tid, tid_tx->failed_bar_ssn); in ieee80211_check_pending_bar() 763 ieee80211_send_bar(&sta->sdata->vif, hdr->addr1, in __ieee80211_tx_status()
|
D | agg-tx.c | 115 void ieee80211_send_bar(struct ieee80211_vif *vif, u8 *ra, u16 tid, u16 ssn) in ieee80211_send_bar() function 143 EXPORT_SYMBOL(ieee80211_send_bar);
|
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/mt76x0/ |
D | main.c | 343 ieee80211_send_bar(vif, sta->addr, tid, msta->agg_ssn[tid]); in mt76_ampdu_action()
|
/Linux-v4.19/drivers/net/wireless/mediatek/mt7601u/ |
D | main.c | 376 ieee80211_send_bar(vif, sta->addr, tid, msta->agg_ssn[tid]); in mt76_ampdu_action()
|
/Linux-v4.19/include/net/ |
D | mac80211.h | 5544 void ieee80211_send_bar(struct ieee80211_vif *vif, u8 *ra, u16 tid, u16 ssn);
|
/Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
D | xmit.c | 187 ieee80211_send_bar(tid->an->vif, tid->an->sta->addr, tid->tidno, in ath_send_bar()
|