Sophie

Sophie

distrib > Fedora > 18 > x86_64 > media > updates > by-pkgid > 1a595394b241504ff370a8d12ebfcea7 > files > 261

kernel-doc-3.11.10-100.fc18.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.78.1" /><link rel="home" href="index.html" title="The 802.11 subsystems &#8211; for kernel developers" /><link rel="up" href="bk02pt01ch04s05.html" title="functions/definitions" /><link rel="prev" href="API-struct-ieee80211-rx-status.html" title="struct ieee80211_rx_status" /><link rel="next" href="API-enum-mac80211-tx-control-flags.html" title="enum mac80211_tx_control_flags" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">enum mac80211_rx_flags</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-struct-ieee80211-rx-status.html">Prev</a>&#160;</td><th width="60%" align="center">functions/definitions</th><td width="20%" align="right">&#160;<a accesskey="n" href="API-enum-mac80211-tx-control-flags.html">Next</a></td></tr></table><hr /></div><div class="refentry"><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"><h2>Synopsis</h2><pre class="programlisting">
enum mac80211_rx_flags {
  RX_FLAG_MMIC_ERROR,
  RX_FLAG_DECRYPTED,
  RX_FLAG_MMIC_STRIPPED,
  RX_FLAG_IV_STRIPPED,
  RX_FLAG_FAILED_FCS_CRC,
  RX_FLAG_FAILED_PLCP_CRC,
  RX_FLAG_MACTIME_START,
  RX_FLAG_SHORTPRE,
  RX_FLAG_HT,
  RX_FLAG_40MHZ,
  RX_FLAG_SHORT_GI,
  RX_FLAG_NO_SIGNAL_VAL,
  RX_FLAG_HT_GF,
  RX_FLAG_AMPDU_DETAILS,
  RX_FLAG_AMPDU_REPORT_ZEROLEN,
  RX_FLAG_AMPDU_IS_ZEROLEN,
  RX_FLAG_AMPDU_LAST_KNOWN,
  RX_FLAG_AMPDU_IS_LAST,
  RX_FLAG_AMPDU_DELIM_CRC_ERROR,
  RX_FLAG_AMPDU_DELIM_CRC_KNOWN,
  RX_FLAG_MACTIME_END,
  RX_FLAG_VHT,
  RX_FLAG_80MHZ,
  RX_FLAG_80P80MHZ,
  RX_FLAG_160MHZ,
  RX_FLAG_STBC_MASK
};  </pre></div><div class="refsect1"><a id="idm139754517872496"></a><h2>Constants</h2><div class="variablelist"><dl class="variablelist"><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_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_MACTIME_START</span></dt><dd><p>
The timestamp passed in the RX status (<em class="parameter"><code>mactime</code></em>
field) is valid and contains the time the first symbol of the MPDU
was received. This is useful in monitor mode and for proper 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><dt><span class="term">RX_FLAG_NO_SIGNAL_VAL</span></dt><dd><p>
The signal strength value is not present.
Valid only for data frames (mainly A-MPDU)
      </p></dd><dt><span class="term">RX_FLAG_HT_GF</span></dt><dd><p>
This frame was received in a HT-greenfield transmission, if
the driver fills this value it should add <code class="constant">IEEE80211_RADIOTAP_MCS_HAVE_FMT</code>
to hw.radiotap_mcs_details to advertise that fact
      </p></dd><dt><span class="term">RX_FLAG_AMPDU_DETAILS</span></dt><dd><p>
A-MPDU details are known, in particular the reference
number (<em class="parameter"><code>ampdu_reference</code></em>) must be populated and be a distinct number for
each A-MPDU
      </p></dd><dt><span class="term">RX_FLAG_AMPDU_REPORT_ZEROLEN</span></dt><dd><p>
driver reports 0-length subframes
      </p></dd><dt><span class="term">RX_FLAG_AMPDU_IS_ZEROLEN</span></dt><dd><p>
This is a zero-length subframe, for
monitoring purposes only
      </p></dd><dt><span class="term">RX_FLAG_AMPDU_LAST_KNOWN</span></dt><dd><p>
last subframe is known, should be set on all
subframes of a single A-MPDU
      </p></dd><dt><span class="term">RX_FLAG_AMPDU_IS_LAST</span></dt><dd><p>
this subframe is the last subframe of the A-MPDU
      </p></dd><dt><span class="term">RX_FLAG_AMPDU_DELIM_CRC_ERROR</span></dt><dd><p>
A delimiter CRC error has been detected
on this subframe
      </p></dd><dt><span class="term">RX_FLAG_AMPDU_DELIM_CRC_KNOWN</span></dt><dd><p>
The delimiter CRC field is known (the CRC
is stored in the <em class="parameter"><code>ampdu_delimiter_crc</code></em> field)
      </p></dd><dt><span class="term">RX_FLAG_MACTIME_END</span></dt><dd><p>
The timestamp passed in the RX status (<em class="parameter"><code>mactime</code></em>
field) is valid and contains the time the last symbol of the MPDU
(including FCS) was received.
      </p></dd><dt><span class="term">RX_FLAG_VHT</span></dt><dd><p>
VHT MCS was used and rate_index is MCS index
      </p></dd><dt><span class="term">RX_FLAG_80MHZ</span></dt><dd><p>
80 MHz was used
      </p></dd><dt><span class="term">RX_FLAG_80P80MHZ</span></dt><dd><p>
80+80 MHz was used
      </p></dd><dt><span class="term">RX_FLAG_160MHZ</span></dt><dd><p>
160 MHz was used
      </p></dd><dt><span class="term">RX_FLAG_STBC_MASK</span></dt><dd><p>
STBC 2 bit bitmask. 1 - Nss=1, 2 - Nss=2, 3 - Nss=3
      </p></dd></dl></div></div><div class="refsect1"><a id="idm139754517831056"></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="API-struct-ieee80211-rx-status.html">Prev</a>&#160;</td><td width="20%" align="center"><a accesskey="u" href="bk02pt01ch04s05.html">Up</a></td><td width="40%" align="right">&#160;<a accesskey="n" href="API-enum-mac80211-tx-control-flags.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">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 class="phrase">enum mac80211_tx_control_flags</span></td></tr></table></div></body></html>