1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>enum ieee80211_rate_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="bk01ch01.html" title="Chapter&#160;1.&#160;Device registration"><link rel="prev" href="API-struct-ieee80211-channel.html" title="struct ieee80211_channel"><link rel="next" href="API-struct-ieee80211-rate.html" title="struct ieee80211_rate"></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">enum ieee80211_rate_flags</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-struct-ieee80211-channel.html">Prev</a>&#160;</td><th width="60%" align="center">Chapter&#160;1.&#160;Device registration</th><td width="20%" align="right">&#160;<a accesskey="n" href="API-struct-ieee80211-rate.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-enum-ieee80211-rate-flags"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>enum ieee80211_rate_flags &#8212; 
2  rate flags
3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting">
4enum ieee80211_rate_flags {
5  IEEE80211_RATE_SHORT_PREAMBLE,
6  IEEE80211_RATE_MANDATORY_A,
7  IEEE80211_RATE_MANDATORY_B,
8  IEEE80211_RATE_MANDATORY_G,
9  IEEE80211_RATE_ERP_G,
10  IEEE80211_RATE_SUPPORTS_5MHZ,
11  IEEE80211_RATE_SUPPORTS_10MHZ
12};  </pre></div><div class="refsect1"><a name="idp1109228204"></a><h2>Constants</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">IEEE80211_RATE_SHORT_PREAMBLE</span></dt><dd><p>
13Hardware can send with short
14preamble on this bitrate; only relevant in 2.4GHz band and
15with CCK rates.
16      </p></dd><dt><span class="term">IEEE80211_RATE_MANDATORY_A</span></dt><dd><p>
17This bitrate is a mandatory rate
18when used with 802.11a (on the 5 GHz band); filled by the
19core code when registering the wiphy.
20      </p></dd><dt><span class="term">IEEE80211_RATE_MANDATORY_B</span></dt><dd><p>
21This bitrate is a mandatory rate
22when used with 802.11b (on the 2.4 GHz band); filled by the
23core code when registering the wiphy.
24      </p></dd><dt><span class="term">IEEE80211_RATE_MANDATORY_G</span></dt><dd><p>
25This bitrate is a mandatory rate
26when used with 802.11g (on the 2.4 GHz band); filled by the
27core code when registering the wiphy.
28      </p></dd><dt><span class="term">IEEE80211_RATE_ERP_G</span></dt><dd><p>
29This is an ERP rate in 802.11g mode.
30      </p></dd><dt><span class="term">IEEE80211_RATE_SUPPORTS_5MHZ</span></dt><dd><p>
31Rate can be used in 5 MHz mode
32      </p></dd><dt><span class="term">IEEE80211_RATE_SUPPORTS_10MHZ</span></dt><dd><p>
33Rate can be used in 10 MHz mode
34      </p></dd></dl></div></div><div class="refsect1"><a name="idp1109234012"></a><h2>Description</h2><p>
35   </p><p>
36
37   Hardware/specification flags for rates. These are structured
38   in a way that allows using the same bitrate structure for
39   different bands/PHY modes.
40</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-channel.html">Prev</a>&#160;</td><td width="20%" align="center"><a accesskey="u" href="bk01ch01.html">Up</a></td><td width="40%" align="right">&#160;<a accesskey="n" href="API-struct-ieee80211-rate.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">struct ieee80211_channel</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 ieee80211_rate</span></td></tr></table></div></body></html>
41