1. NAME

enum_ieee80211_band - supported frequency bands

2. SYNOPSIS



 
Sélectionnez
enum ieee80211_band {
  IEEE80211_BAND_2GHZ,
  IEEE80211_BAND_5GHZ,
  IEEE80211_BAND_60GHZ,
  IEEE80211_NUM_BANDS
};

3. CONSTANTS

IEEE80211_BAND_2GHZ
    2.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

4. DEVICE REGISTRATION

The bands are assigned this way because the supported bitrates differ in these bands.

5. AUTHOR

Johannes Berg <>
    Author.

6. COPYRIGHT