other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
CFG80211_RX_MGMT(9) | Actions and configuration | CFG80211_RX_MGMT(9) |
NAME¶
cfg80211_rx_mgmt - notification of received, unprocessed management frameSYNOPSIS¶
bool
cfg80211_rx_mgmt(struct wireless_dev * wdev,
int freq, int sig_dbm,
const u8 * buf, size_t len,
u32 flags, gfp_t gfp);
ARGUMENTS¶
wdevwireless device receiving the frame
freq
Frequency on which the frame was received in
MHz
sig_dbm
signal strength in mBm, or 0 if unknown
buf
Management frame (header + body)
len
length of the frame data
flags
flags, as defined in enum
nl80211_rxmgmt_flags
gfp
context flags
DESCRIPTION¶
This function is called whenever an Action frame is received for a station mode interface, but is not processed in kernel.RETURN¶
AUTHOR¶
Johannes Berg <johannes@sipsolutions.net>Author.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |