cfg80211_rx_assoc_resp(9) notification of processed association response

SYNOPSIS

void cfg80211_rx_assoc_resp(struct net_device * dev, struct cfg80211_bss * bss, const u8 * buf, size_t len);

ARGUMENTS

dev

network device

bss

the BSS that association was requested with, ownership of the pointer moves to cfg80211 in this call

buf

authentication frame (header + body)

len

length of the frame data

AFTER BEING ASKED TO ASSOCIATE VIA CFG80211_OPS

: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.

AUTHOR

Johannes Berg <[email protected]>

Author.

COPYRIGHT