1IEEE80211_START_TX_B(9) Rate control interface IEEE80211_START_TX_B(9)
2
3
4
6 ieee80211_start_tx_ba_session - Start a tx Block Ack session.
7
9 int ieee80211_start_tx_ba_session(struct ieee80211_sta * sta, u16 tid,
10 u16 timeout);
11
13 sta
14 the station for which to start a BA session
15
16 tid
17 the TID to BA on.
18
19 timeout
20 session timeout value (in TUs)
21
23 success if addBA request was sent, failure otherwise
24
25 Although mac80211/low level driver/user space application can estimate
26 the need to start aggregation on a certain RA/TID, the session level
27 will be managed by the mac80211.
28
30 Johannes Berg <johannes@sipsolutions.net>
31 Author.
32
34Kernel Hackers Manual 3.10 June 2019 IEEE80211_START_TX_B(9)