__CFG80211_AUTH_CANC

Section: Actions and configuration (9)
Updated: February 2011
Index Return to Main Contents
 

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.  

AUTHOR

Johannes Berg <johannes@sipsolutions.net>

Author.
 

COPYRIGHT