Searched refs:ieee80211_send_bar (Results 1 – 6 of 6) sorted by relevance
| /linux/net/mac80211/ |
| H A D | agg-tx.c | 104 void ieee80211_send_bar(struct ieee80211_vif *vif, u8 *ra, u16 tid, u16 ssn) in ieee80211_send_bar() function 132 EXPORT_SYMBOL(ieee80211_send_bar);
|
| H A D | status.c | 181 ieee80211_send_bar(&sta->sdata->vif, addr, tid, tid_tx->failed_bar_ssn); in ieee80211_check_pending_bar() 1046 ieee80211_send_bar(&sta->sdata->vif, hdr->addr1, in __ieee80211_tx_status()
|
| /linux/drivers/net/wireless/mediatek/mt7601u/ |
| H A D | main.c | 369 ieee80211_send_bar(vif, sta->addr, tid, msta->agg_ssn[tid]); in mt76_ampdu_action()
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | tx.c | 621 ieee80211_send_bar(vif, sta->addr, tid, agg_ssn); in mt76_txq_schedule_list()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
| H A D | main.c | 838 ieee80211_send_bar(vif, sta->addr, tid, in mt7615_ampdu_action()
|
| /linux/include/net/ |
| H A D | mac80211.h | 7223 void ieee80211_send_bar(struct ieee80211_vif *vif, u8 *ra, u16 tid, u16 ssn);
|