'\" t .\" Title: cfg80211_tx_mlme_mgmt .\" Author: .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: May 2018 .\" Manual: Actions and configuration .\" Source: Kernel Hackers Manual 3.16.56 .\" Language: English .\" .TH "CFG80211_TX_MLME_MGM" "9" "May 2018" "Kernel Hackers Manual 3\&.16\&" "Actions and configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" cfg80211_tx_mlme_mgmt \- notification of transmitted deauth/disassoc frame .SH "SYNOPSIS" .HP \w'void\ cfg80211_tx_mlme_mgmt('u .BI "void cfg80211_tx_mlme_mgmt(struct\ net_device\ *\ " "dev" ", const\ u8\ *\ " "buf" ", size_t\ " "len" ");" .SH "ARGUMENTS" .PP \fIdev\fR .RS 4 network device .RE .PP \fIbuf\fR .RS 4 802\&.11 frame (header + body) .RE .PP \fIlen\fR .RS 4 length of the frame data .RE .SH "DESCRIPTION" .PP 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\&. The caller must hold the corresponding wdev\*(Aqs mutex\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br