Home
last modified time | relevance | path

Searched refs:IEEE80211_CHAN_NO_10MHZ (Results 1 – 3 of 3) sorted by relevance

/linux/net/wireless/
H A Dreg.c1711 bw_flags |= IEEE80211_CHAN_NO_10MHZ; in reg_rule_to_chan_bw_flags()
1758 bw_flags |= IEEE80211_CHAN_NO_10MHZ; in reg_rule_to_chan_bw_flags()
1929 chan->flags &= ~IEEE80211_CHAN_NO_10MHZ; in handle_channel_adjacent_rules()
H A Dnl80211.c1107 (IEEE80211_CHAN_NO_10MHZ | IEEE80211_CHAN_NO_20MHZ)) in nl80211_msg_put_channel()
1175 if ((chan->flags & IEEE80211_CHAN_NO_10MHZ) && in nl80211_msg_put_channel()
/linux/include/net/
H A Dcfg80211.h144 IEEE80211_CHAN_NO_10MHZ = BIT(12), enumerator