cfg80211_rx_assoc_resp — notification of processed association response
void cfg80211_rx_assoc_resp ( | struct net_device * dev, |
| struct cfg80211_bss * bss, | |
| const u8 * buf, | |
| size_t len, | |
int uapsd_queues); |
devnetwork device
bssthe BSS that association was requested with, ownership of the pointer moves to cfg80211 in this call
bufauthentication frame (header + body)
lenlength of the frame data
uapsd_queuesbitmap of ACs configured to uapsd. -1 if n/a.
:assoc the driver must
call either this function or cfg80211_auth_timeout.
This function may sleep. The caller must hold the corresponding wdev's mutex.