CFG80211_SEND_RX_ASS
Section: Actions and configuration (9)
Updated: February 2011
Index
Return to Main Contents
NAME
cfg80211_send_rx_assoc - notification of processed association
SYNOPSIS
-
void cfg80211_send_rx_assoc(struct net_device * dev, const u8 * buf, size_t len);
ARGUMENTS
dev
-
- network device
buf
-
(re)association response frame (header + body)
len
-
length of the frame data
DESCRIPTION
This function is called whenever a (re)association response has been processed in station mode. The driver is required to call either this function or
cfg80211_send_assoc_timeout
to indicate the result of
CFG80211_OPS
:assoc
call. This function may sleep.
AUTHOR
Johannes Berg <johannes@sipsolutions.net>
-
Author.
COPYRIGHT