1. NAME▲
__cfg80211_send_deauth - notification of processed deauthentication
2. SYNOPSIS ▲
void __cfg80211_send_deauth(struct net_device * dev , const u8 * buf , size_t len );
3. ARGUMENTS ▲
dev
network device
buf
deauthentication frame (header + body)
len
length of the frame data
4. DESCRIPTION ▲
Like cfg80211_send_deauth, but doesnAqt take the wdev lock.
5. AUTHOR ▲
Johannes Berg <
>
Author.
6. COPYRIGHT ▲