Sophie

Sophie

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

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 ieee80211_band</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="bk01ch01.html" title="Chapter&#160;1.&#160;Device registration" /><link rel="next" href="API-enum-ieee80211-channel-flags.html" title="enum ieee80211_channel_flags" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">enum ieee80211_band</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="bk01ch01.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-enum-ieee80211-channel-flags.html">Next</a></td></tr></table><hr /></div><div class="refentry"><a id="API-enum-ieee80211-band"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>enum ieee80211_band &#8212; 
  supported frequency bands
 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting">
enum ieee80211_band {
  IEEE80211_BAND_2GHZ,
  IEEE80211_BAND_5GHZ,
  IEEE80211_BAND_60GHZ,
  IEEE80211_NUM_BANDS
};  </pre></div><div class="refsect1"><a id="idm139754525307664"></a><h2>Constants</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">IEEE80211_BAND_2GHZ</span></dt><dd><p>
2.4GHz ISM band
      </p></dd><dt><span class="term">IEEE80211_BAND_5GHZ</span></dt><dd><p>
around 5GHz band (4.9-5.7)
      </p></dd><dt><span class="term">IEEE80211_BAND_60GHZ</span></dt><dd><p>
around 60 GHz band (58.32 - 64.80 GHz)
      </p></dd><dt><span class="term">IEEE80211_NUM_BANDS</span></dt><dd><p>
number of defined bands
      </p></dd></dl></div></div><div class="refsect1"><a id="idm139754525301104"></a><h2>Device registration</h2><p>
   </p><p>

   The bands are assigned this way because the supported
   bitrates differ in these bands.
</p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="bk01ch01.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-enum-ieee80211-channel-flags.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter&#160;1.&#160;Device registration&#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 ieee80211_channel_flags</span></td></tr></table></div></body></html>