Searched refs:ieee80211_send_bar (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/net/mac80211/ |
D | status.c | 176 ieee80211_send_bar(&sta->sdata->vif, addr, tid, tid_tx->failed_bar_ssn); in ieee80211_check_pending_bar() 801 ieee80211_send_bar(&sta->sdata->vif, hdr->addr1, in ieee80211_tx_status()
|
D | agg-tx.c | 114 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-4.4.14/drivers/net/wireless/mediatek/mt7601u/ |
D | main.c | 355 ieee80211_send_bar(vif, sta->addr, tid, msta->agg_ssn[tid]); in mt76_ampdu_action()
|
/linux-4.4.14/include/net/ |
D | mac80211.h | 5078 void ieee80211_send_bar(struct ieee80211_vif *vif, u8 *ra, u16 tid, u16 ssn);
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | xmit.c | 134 ieee80211_send_bar(tid->an->vif, tid->an->sta->addr, tid->tidno, in ath_send_bar()
|