enum ieee80211_channel_flags — channel flags
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 };
This channel is disabled.
Only passive scanning is permitted on this channel.
IBSS is not allowed on this channel.
Radar detection is required on this channel.
extension channel above this channel is not permitted.
extension channel below this channel is not permitted.