Searched refs:ieee80211_send_bar (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/net/mac80211/ |
D | status.c | 175 ieee80211_send_bar(&sta->sdata->vif, addr, tid, tid_tx->failed_bar_ssn); in ieee80211_check_pending_bar() 720 ieee80211_send_bar(&sta->sdata->vif, hdr->addr1, in ieee80211_tx_status()
|
D | agg-tx.c | 113 void ieee80211_send_bar(struct ieee80211_vif *vif, u8 *ra, u16 tid, u16 ssn) in ieee80211_send_bar() function 142 EXPORT_SYMBOL(ieee80211_send_bar);
|
/linux-4.1.27/include/net/ |
D | mac80211.h | 5003 void ieee80211_send_bar(struct ieee80211_vif *vif, u8 *ra, u16 tid, u16 ssn);
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | xmit.c | 145 ieee80211_send_bar(tid->an->vif, tid->an->sta->addr, tid->tidno, in ath_send_bar()
|