cfg80211_rx_mgmt — notification of received, unprocessed management frame
bool fsfunccfg80211_rx_mgmt ( | struct wireless_dev * wdev, |
| int freq, | |
| int sig_dbm, | |
| const u8 * buf, | |
| size_t len, | |
gfp_t gfp); |
wdevwireless device receiving the frame
freqFrequency on which the frame was received in MHz
sig_dbmsignal strength in mBm, or 0 if unknown
bufManagement frame (header + body)
lenlength of the frame data
gfpcontext flags
Returns true if a user space application has registered for this frame.
For action frames, that makes it responsible for rejecting unrecognized
action frames; false otherwise, in which case for action frames the
driver is responsible for rejecting the frame.
This function is called whenever an Action frame is received for a station mode interface, but is not processed in kernel.