__CFG80211_SEND_DEAU

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

NAME

__cfg80211_send_deauth - notification of processed deauthentication  

SYNOPSIS

void __cfg80211_send_deauth(struct net_device * dev, const u8 * buf, size_t len);
 

ARGUMENTS

dev

network device

buf

deauthentication frame (header + body)

len

length of the frame data
 

DESCRIPTION

Like cfg80211_send_deauth, but doesn't take the wdev lock.  

AUTHOR

Johannes Berg <johannes@sipsolutions.net>

Author.
 

COPYRIGHT