1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>struct cfg80211_auth_request</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="The 802.11 subsystems – for kernel developers"><link rel="up" href="bk01ch02.html" title="Chapter 2. Actions and configuration"><link rel="prev" href="API-struct-cfg80211-crypto-settings.html" title="struct cfg80211_crypto_settings"><link rel="next" href="API-struct-cfg80211-assoc-request.html" title="struct cfg80211_assoc_request"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">struct cfg80211_auth_request</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-struct-cfg80211-crypto-settings.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Actions and configuration</th><td width="20%" align="right"> <a accesskey="n" href="API-struct-cfg80211-assoc-request.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-struct-cfg80211-auth-request"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>struct cfg80211_auth_request — 2 Authentication request data 3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting"> 4struct cfg80211_auth_request { 5 struct cfg80211_bss * bss; 6 const u8 * ie; 7 size_t ie_len; 8 enum nl80211_auth_type auth_type; 9 const u8 * key; 10 u8 key_len; 11 u8 key_idx; 12 const u8 * sae_data; 13 size_t sae_data_len; 14}; </pre></div><div class="refsect1"><a name="idp1112660356"></a><h2>Members</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">bss</span></dt><dd><p> 15The BSS to authenticate with, the callee must obtain a reference 16to it if it needs to keep it. 17 </p></dd><dt><span class="term">ie</span></dt><dd><p> 18Extra IEs to add to Authentication frame or <code class="constant">NULL</code> 19 </p></dd><dt><span class="term">ie_len</span></dt><dd><p> 20Length of ie buffer in octets 21 </p></dd><dt><span class="term">auth_type</span></dt><dd><p> 22Authentication type (algorithm) 23 </p></dd><dt><span class="term">key</span></dt><dd><p> 24WEP key for shared key authentication 25 </p></dd><dt><span class="term">key_len</span></dt><dd><p> 26length of WEP key for shared key authentication 27 </p></dd><dt><span class="term">key_idx</span></dt><dd><p> 28index of WEP key for shared key authentication 29 </p></dd><dt><span class="term">sae_data</span></dt><dd><p> 30Non-IE data to use with SAE or <code class="constant">NULL</code>. This starts with 31Authentication transaction sequence number field. 32 </p></dd><dt><span class="term">sae_data_len</span></dt><dd><p> 33Length of sae_data buffer in octets 34 </p></dd></dl></div></div><div class="refsect1"><a name="idp1112667692"></a><h2>Description</h2><p> 35 </p><p> 36 37 This structure provides information needed to complete IEEE 802.11 38 authentication. 39</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-struct-cfg80211-crypto-settings.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="bk01ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-struct-cfg80211-assoc-request.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">struct cfg80211_crypto_settings</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">struct cfg80211_assoc_request</span></td></tr></table></div></body></html> 40