other versions
- wheezy 3.2.78-1
| ENUM IEEE80211_CHANN(9) | Device registration | ENUM IEEE80211_CHANN(9) |
NAME¶
enum_ieee80211_channel_flags - channel flagsSYNOPSIS¶
enum ieee80211_channel_flags {
IEEE80211_CHAN_DISABLED,
IEEE80211_CHAN_PASSIVE_SCAN,
IEEE80211_CHAN_NO_IBSS,
IEEE80211_CHAN_RADAR,
IEEE80211_CHAN_NO_HT40PLUS,
IEEE80211_CHAN_NO_HT40MINUS
};
CONSTANTS¶
IEEE80211_CHAN_DISABLEDThis channel is disabled.
IEEE80211_CHAN_PASSIVE_SCAN
Only passive scanning is permitted on this
channel.
IEEE80211_CHAN_NO_IBSS
IBSS is not allowed on this channel.
IEEE80211_CHAN_RADAR
Radar detection is required on this
channel.
IEEE80211_CHAN_NO_HT40PLUS
extension channel above this channel is not
permitted.
IEEE80211_CHAN_NO_HT40MINUS
extension channel below this channel is not
permitted.
DESCRIPTION¶
Channel flags set by the regulatory control code.AUTHOR¶
Johannes Berg <johannes@sipsolutions.net>Author.
COPYRIGHT¶
| March 2016 | Kernel Hackers Manual 3.2. |