'\" t .\" Title: cfg80211_rx_assoc_resp .\" 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_ASSOC_RE" "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_assoc_resp \- notification of processed association response .SH "SYNOPSIS" .HP \w'void\ cfg80211_rx_assoc_resp('u .BI "void cfg80211_rx_assoc_resp(struct\ net_device\ *\ " "dev" ", struct\ cfg80211_bss\ *\ " "bss" ", const\ u8\ *\ " "buf" ", size_t\ " "len" ", int\ " "uapsd_queues" ");" .SH "ARGUMENTS" .PP \fIdev\fR .RS 4 network device .RE .PP \fIbss\fR .RS 4 the BSS that association was requested with, ownership of the pointer moves to cfg80211 in this call .RE .PP \fIbuf\fR .RS 4 authentication frame (header + body) .RE .PP \fIlen\fR .RS 4 length of the frame data .RE .PP \fIuapsd_queues\fR .RS 4 bitmap of ACs configured to uapsd\&. \-1 if n/a\&. .RE .SH "DESCRIPTION" .PP After being asked to associate via cfg80211_ops::\fBassoc\fR the driver must call either this function or \fBcfg80211_auth_timeout\fR\&. .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