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.