Sophie

Sophie

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

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 mac80211_rx_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="ch04s05.html" title="functions/definitions" /><link rel="prev" href="re17.html" title="struct ieee80211_rx_status" /><link rel="next" href="re19.html" title="struct ieee80211_tx_info" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span>enum mac80211_rx_flags</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="re17.html">Prev</a>&#160;</td><th width="60%" align="center">functions/definitions</th><td width="20%" align="right">&#160;<a accesskey="n" href="re19.html">Next</a></td></tr></table><hr /></div><div class="refentry" title="enum mac80211_rx_flags"><a id="API-enum-mac80211-rx-flags"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>enum mac80211_rx_flags &#8212; 
  receive flags
 </p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><pre class="programlisting">
enum mac80211_rx_flags {
  RX_FLAG_MMIC_ERROR,
  RX_FLAG_DECRYPTED,
  RX_FLAG_RADIOTAP,
  RX_FLAG_MMIC_STRIPPED,
  RX_FLAG_IV_STRIPPED,
  RX_FLAG_FAILED_FCS_CRC,
  RX_FLAG_FAILED_PLCP_CRC,
  RX_FLAG_TSFT,
  RX_FLAG_SHORTPRE,
  RX_FLAG_HT,
  RX_FLAG_40MHZ,
  RX_FLAG_SHORT_GI
};  </pre></div><div class="refsect1" title="Constants"><a id="id2707839"></a><h2>Constants</h2><div class="variablelist"><dl><dt><span class="term">RX_FLAG_MMIC_ERROR</span></dt><dd><p>
Michael MIC error was reported on this frame.
Use together with <code class="constant">RX_FLAG_MMIC_STRIPPED</code>.
      </p></dd><dt><span class="term">RX_FLAG_DECRYPTED</span></dt><dd><p>
This frame was decrypted in hardware.
      </p></dd><dt><span class="term">RX_FLAG_RADIOTAP</span></dt><dd><p>
This frame starts with a radiotap header.
      </p></dd><dt><span class="term">RX_FLAG_MMIC_STRIPPED</span></dt><dd><p>
the Michael MIC is stripped off this frame,
verification has been done by the hardware.
      </p></dd><dt><span class="term">RX_FLAG_IV_STRIPPED</span></dt><dd><p>
The IV/ICV are stripped from this frame.
If this flag is set, the stack cannot do any replay detection
hence the driver or hardware will have to do that.
      </p></dd><dt><span class="term">RX_FLAG_FAILED_FCS_CRC</span></dt><dd><p>
Set this flag if the FCS check failed on
the frame.
      </p></dd><dt><span class="term">RX_FLAG_FAILED_PLCP_CRC</span></dt><dd><p>
Set this flag if the PCLP check failed on
the frame.
      </p></dd><dt><span class="term">RX_FLAG_TSFT</span></dt><dd><p>
The timestamp passed in the RX status (<em class="parameter"><code>mactime</code></em> field)
is valid. This is useful in monitor mode and necessary for beacon frames
to enable IBSS merging.
      </p></dd><dt><span class="term">RX_FLAG_SHORTPRE</span></dt><dd><p>
Short preamble was used for this frame
      </p></dd><dt><span class="term">RX_FLAG_HT</span></dt><dd><p>
HT MCS was used and rate_idx is MCS index
      </p></dd><dt><span class="term">RX_FLAG_40MHZ</span></dt><dd><p>
HT40 (40 MHz) was used
      </p></dd><dt><span class="term">RX_FLAG_SHORT_GI</span></dt><dd><p>
Short guard interval was used
      </p></dd></dl></div></div><div class="refsect1" title="Description"><a id="id2708000"></a><h2>Description</h2><p>
   </p><p>

   These flags are used with the <em class="parameter"><code>flag</code></em> member of <span class="structname">struct ieee80211_rx_status</span>.
</p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="re17.html">Prev</a>&#160;</td><td width="20%" align="center"><a accesskey="u" href="ch04s05.html">Up</a></td><td width="40%" align="right">&#160;<a accesskey="n" href="re19.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span>struct ieee80211_rx_status</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>struct ieee80211_tx_info</span></td></tr></table></div></body></html>