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