1<html><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 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_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 name="API-enum-ieee80211-band"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>enum ieee80211_band &#8212; 
2  supported frequency bands
3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting">
4enum ieee80211_band {
5  IEEE80211_BAND_2GHZ,
6  IEEE80211_BAND_5GHZ,
7  IEEE80211_BAND_60GHZ,
8  IEEE80211_NUM_BANDS
9};  </pre></div><div class="refsect1"><a name="idp1109338820"></a><h2>Constants</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">IEEE80211_BAND_2GHZ</span></dt><dd><p>
102.4GHz ISM band
11      </p></dd><dt><span class="term">IEEE80211_BAND_5GHZ</span></dt><dd><p>
12around 5GHz band (4.9-5.7)
13      </p></dd><dt><span class="term">IEEE80211_BAND_60GHZ</span></dt><dd><p>
14around 60 GHz band (58.32 - 64.80 GHz)
15      </p></dd><dt><span class="term">IEEE80211_NUM_BANDS</span></dt><dd><p>
16number of defined bands
17      </p></dd></dl></div></div><div class="refsect1"><a name="idp1109539508"></a><h2>Device registration</h2><p>
18   </p><p>
19
20   The bands are assigned this way because the supported
21   bitrates differ in these bands.
22</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>
23