cfg80211_send_deauth(9) 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

This function is called whenever deauthentication has been processed in station mode. This includes both received deauthentication frames and locally generated ones. This function may sleep.

AUTHOR

Johannes Berg <[email protected]>

Author.

COPYRIGHT