Name
__cfg80211_auth_canceled —
notify cfg80211 that authentication was canceled
Synopsis
void __cfg80211_auth_canceled (
struct net_device * dev, const u8 * addr)
;
Arguments
dev
network device
addr
The MAC address of the device with which the authentication timed out
Description
When a pending authentication had no action yet, the driver may decide
to not send a deauth frame, but in that case must calls this function
to tell cfg80211 about this decision. It is only valid to call this
function within the deauth
callback.