1CFG80211_MGMT_TX_STA(9) Actions and configuration CFG80211_MGMT_TX_STA(9)
2
3
4
6 cfg80211_mgmt_tx_status - notification of TX status for management
7 frame
8
10 void cfg80211_mgmt_tx_status(struct wireless_dev * wdev, u64 cookie,
11 const u8 * buf, size_t len, bool ack,
12 gfp_t gfp);
13
15 wdev
16 wireless device receiving the frame
17
18 cookie
19 Cookie returned by cfg80211_ops::mgmt_tx
20
21 buf
22 Management frame (header + body)
23
24 len
25 length of the frame data
26
27 ack
28 Whether frame was acknowledged
29
30 gfp
31 context flags
32
34 This function is called whenever a management frame was requested to be
35
37 :mgmt_tx to report the TX status of the transmission attempt.
38
40 Johannes Berg <johannes@sipsolutions.net>
41 Author.
42
44Kernel Hackers Manual 3.10 June 2019 CFG80211_MGMT_TX_STA(9)