other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| ENUM IEEE80211_BAND(9) | Device registration | ENUM IEEE80211_BAND(9) |
NAME¶
enum_ieee80211_band - supported frequency bandsSYNOPSIS¶
enum ieee80211_band {
IEEE80211_BAND_2GHZ,
IEEE80211_BAND_5GHZ,
IEEE80211_BAND_60GHZ,
IEEE80211_NUM_BANDS
};
CONSTANTS¶
IEEE80211_BAND_2GHZ2.4GHz ISM band
IEEE80211_BAND_5GHZ
around 5GHz band (4.9-5.7)
IEEE80211_BAND_60GHZ
around 60 GHz band (58.32 - 64.80 GHz)
IEEE80211_NUM_BANDS
number of defined bands
DEVICE REGISTRATION¶
The bands are assigned this way because the supported bitrates differ in these bands.AUTHOR¶
Johannes Berg <johannes@sipsolutions.net>Author.
COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |