1CFG80211_RX_MGMT(9) Actions and configuration CFG80211_RX_MGMT(9)
2
3
4
6 cfg80211_rx_mgmt - notification of received, unprocessed management
7 frame
8
10 bool cfg80211_rx_mgmt(struct wireless_dev * wdev, int freq,
11 int sig_dbm, const u8 * buf, size_t len,
12 u32 flags);
13
15 wdev
16 wireless device receiving the frame
17
18 freq
19 Frequency on which the frame was received in MHz
20
21 sig_dbm
22 signal strength in mBm, or 0 if unknown
23
24 buf
25 Management frame (header + body)
26
27 len
28 length of the frame data
29
30 flags
31 flags, as defined in enum nl80211_rxmgmt_flags
32
34 This function is called whenever an Action frame is received for a
35 station mode interface, but is not processed in kernel.
36
38 true if a user space application has registered for this frame. For
39 action frames, that makes it responsible for rejecting unrecognized
40 action frames; false otherwise, in which case for action frames the
41 driver is responsible for rejecting the frame.
42
44 Johannes Berg <johannes@sipsolutions.net>
45 Author.
46
48Kernel Hackers Manual 3.10 June 2019 CFG80211_RX_MGMT(9)