other versions
- wheezy 3.2.78-1
CFG80211_SEND_RX_AUT(9) | Actions and configuration | CFG80211_SEND_RX_AUT(9) |
NAME¶
cfg80211_send_rx_auth - notification of processed authenticationSYNOPSIS¶
void
cfg80211_send_rx_auth(struct net_device * dev,
const u8 * buf,
size_t len);
ARGUMENTS¶
devnetwork device
buf
authentication frame (header + body)
len
length of the frame data
DESCRIPTION¶
This function is called whenever an authentication has been processed in station mode. The driver is required to call either this function or cfg80211_send_auth_timeout to indicate the result of cfg80211_ops:: auth call. This function may sleep.AUTHOR¶
Johannes Berg <johannes@sipsolutions.net>Author.
COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |