ENUM IEEE80211_CHANN
Section: Device registration (9)
Updated: February 2011
Index
Return to Main Contents
NAME
enum_ieee80211_channel_flags - channel flags
SYNOPSIS
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_DISABLED
-
This 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