'\" t .\" Title: struct cfg80211_auth_request .\" 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 "STRUCT CFG80211_AUTH" "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" struct_cfg80211_auth_request \- Authentication request data .SH "SYNOPSIS" .sp .nf struct cfg80211_auth_request { struct cfg80211_bss * bss; const u8 * ie; size_t ie_len; enum nl80211_auth_type auth_type; const u8 * key; u8 key_len; u8 key_idx; const u8 * sae_data; size_t sae_data_len; }; .fi .SH "MEMBERS" .PP bss .RS 4 The BSS to authenticate with, the callee must obtain a reference to it if it needs to keep it\&. .RE .PP ie .RS 4 Extra IEs to add to Authentication frame or \fBNULL\fR .RE .PP ie_len .RS 4 Length of ie buffer in octets .RE .PP auth_type .RS 4 Authentication type (algorithm) .RE .PP key .RS 4 WEP key for shared key authentication .RE .PP key_len .RS 4 length of WEP key for shared key authentication .RE .PP key_idx .RS 4 index of WEP key for shared key authentication .RE .PP sae_data .RS 4 Non\-IE data to use with SAE or \fBNULL\fR\&. This starts with Authentication transaction sequence number field\&. .RE .PP sae_data_len .RS 4 Length of sae_data buffer in octets .RE .SH "DESCRIPTION" .PP .PP This structure provides information needed to complete IEEE 802\&.11 authentication\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br