Sophie

Sophie

distrib > CentOS > 6 > i386 > by-pkgid > 2c51d8eb79f8810ada971ee8c30ce1e5 > files > 2560

kernel-doc-2.6.32-71.14.1.el6.noarch.rpm

<?xml version="1.0" encoding="ANSI_X3.4-1968" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968" /><title>enum ieee80211_sta_info_flags</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2" /><link rel="home" href="index.html" title="The mac80211 subsystem for kernel developers" /><link rel="up" href="ch17.html#id2712670" title="Programming information" /><link rel="prev" href="re44.html" title="struct sta_info" /><link rel="next" href="ch17s02.html" title="STA information lifetime rules" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span>enum ieee80211_sta_info_flags</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="re44.html">Prev</a>&#160;</td><th width="60%" align="center">Programming information</th><td width="20%" align="right">&#160;<a accesskey="n" href="ch17s02.html">Next</a></td></tr></table><hr /></div><div class="refentry" title="enum ieee80211_sta_info_flags"><a id="API-enum-ieee80211-sta-info-flags"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>enum ieee80211_sta_info_flags &#8212; 
  Stations flags
 </p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><pre class="programlisting">
enum ieee80211_sta_info_flags {
  WLAN_STA_AUTH,
  WLAN_STA_ASSOC,
  WLAN_STA_PS,
  WLAN_STA_AUTHORIZED,
  WLAN_STA_SHORT_PREAMBLE,
  WLAN_STA_ASSOC_AP,
  WLAN_STA_WME,
  WLAN_STA_WDS,
  WLAN_STA_CLEAR_PS_FILT,
  WLAN_STA_MFP,
  WLAN_STA_SUSPEND
};  </pre></div><div class="refsect1" title="Constants"><a id="id2713418"></a><h2>Constants</h2><div class="variablelist"><dl><dt><span class="term">WLAN_STA_AUTH</span></dt><dd><p>
Station is authenticated.
      </p></dd><dt><span class="term">WLAN_STA_ASSOC</span></dt><dd><p>
Station is associated.
      </p></dd><dt><span class="term">WLAN_STA_PS</span></dt><dd><p>
Station is in power-save mode
      </p></dd><dt><span class="term">WLAN_STA_AUTHORIZED</span></dt><dd><p>
Station is authorized to send/receive traffic.
This bit is always checked so needs to be enabled for all stations
when virtual port control is not in use.
      </p></dd><dt><span class="term">WLAN_STA_SHORT_PREAMBLE</span></dt><dd><p>
Station is capable of receiving short-preamble
frames.
      </p></dd><dt><span class="term">WLAN_STA_ASSOC_AP</span></dt><dd><p>
We're associated to that station, it is an AP.
      </p></dd><dt><span class="term">WLAN_STA_WME</span></dt><dd><p>
Station is a QoS-STA.
      </p></dd><dt><span class="term">WLAN_STA_WDS</span></dt><dd><p>
Station is one of our WDS peers.
      </p></dd><dt><span class="term">WLAN_STA_CLEAR_PS_FILT</span></dt><dd><p>
Clear PS filter in hardware (using the
IEEE80211_TX_CTL_CLEAR_PS_FILT control flag) when the next
frame to this station is transmitted.
      </p></dd><dt><span class="term">WLAN_STA_MFP</span></dt><dd><p>
Management frame protection is used with this STA.
      </p></dd><dt><span class="term">WLAN_STA_SUSPEND</span></dt><dd><p>
Set/cleared during a suspend/resume cycle.
Used to deny ADDBA requests (both TX and RX).
      </p></dd></dl></div></div><div class="refsect1" title="Description"><a id="id2713559"></a><h2>Description</h2><p>
   </p><p>

   These flags are used with <span class="structname">struct sta_info</span>'s <em class="parameter"><code>flags</code></em> member.
</p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="re44.html">Prev</a>&#160;</td><td width="20%" align="center"><a accesskey="u" href="ch17.html#id2712670">Up</a></td><td width="40%" align="right">&#160;<a accesskey="n" href="ch17s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span>struct sta_info</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;STA information lifetime rules</td></tr></table></div></body></html>