1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>struct cfg80211_disassoc_request</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="The 802.11 subsystems &#8211; for kernel developers"><link rel="up" href="bk01ch02.html" title="Chapter&#160;2.&#160;Actions and configuration"><link rel="prev" href="API-struct-cfg80211-deauth-request.html" title="struct cfg80211_deauth_request"><link rel="next" href="API-struct-cfg80211-ibss-params.html" title="struct cfg80211_ibss_params"></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_disassoc_request</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-struct-cfg80211-deauth-request.html">Prev</a>&#160;</td><th width="60%" align="center">Chapter&#160;2.&#160;Actions and configuration</th><td width="20%" align="right">&#160;<a accesskey="n" href="API-struct-cfg80211-ibss-params.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-struct-cfg80211-disassoc-request"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>struct cfg80211_disassoc_request &#8212; 
2  Disassociation request data
3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting">
4struct cfg80211_disassoc_request {
5  struct cfg80211_bss * bss;
6  const u8 * ie;
7  size_t ie_len;
8  u16 reason_code;
9  bool local_state_change;
10};  </pre></div><div class="refsect1"><a name="idp1112695588"></a><h2>Members</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">bss</span></dt><dd><p>
11the BSS to disassociate from
12      </p></dd><dt><span class="term">ie</span></dt><dd><p>
13Extra IEs to add to Disassociation frame or <code class="constant">NULL</code>
14      </p></dd><dt><span class="term">ie_len</span></dt><dd><p>
15Length of ie buffer in octets
16      </p></dd><dt><span class="term">reason_code</span></dt><dd><p>
17The reason code for the disassociation
18      </p></dd><dt><span class="term">local_state_change</span></dt><dd><p>
19This is a request for a local state only, i.e., no
20Disassociation frame is to be transmitted.
21      </p></dd></dl></div></div><div class="refsect1"><a name="idp1112699828"></a><h2>Description</h2><p>
22   </p><p>
23
24   This structure provides information needed to complete IEEE 802.11
25   disassocation.
26</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-deauth-request.html">Prev</a>&#160;</td><td width="20%" align="center"><a accesskey="u" href="bk01ch02.html">Up</a></td><td width="40%" align="right">&#160;<a accesskey="n" href="API-struct-cfg80211-ibss-params.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">struct cfg80211_deauth_request</span>&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;<span class="phrase">struct cfg80211_ibss_params</span></td></tr></table></div></body></html>
27