'\" t .\" Title: cfg80211_rx_mlme_mgmt .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Actions and configuration .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "CFG80211_RX_MLME_MGM" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "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_rx_mlme_mgmt \- notification of processed MLME management frame .SH "SYNOPSIS" .HP \w'void\ cfg80211_rx_mlme_mgmt('u .BI "void cfg80211_rx_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 authentication frame (header + body) .RE .PP \fIlen\fR .RS 4 length of the frame data .RE .SH "DESCRIPTION" .PP This function is called whenever an authentication, disassociation or deauthentication frame has been received and processed in station mode\&. After being asked to authenticate via cfg80211_ops::\fBauth\fR the driver must call either this function or \fBcfg80211_auth_timeout\fR\&. After being asked to associate via cfg80211_ops::\fBassoc\fR the driver must call either this function or \fBcfg80211_auth_timeout\fR\&. While connected, the driver must calls this for received and processed disassociation and deauthentication frames\&. If the frame couldn\*(Aqt be used because it was unprotected, the driver must call the function \fBcfg80211_rx_unprot_mlme_mgmt\fR instead\&. .PP 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