Home
last modified time | relevance | path

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

/Linux-v4.19/net/wireless/
Dreg.c1607 u32 max_bandwidth_khz, bw_flags = 0; in reg_rule_to_chan_bw_flags() local
1620 bw_flags |= IEEE80211_CHAN_NO_10MHZ; in reg_rule_to_chan_bw_flags()
1624 bw_flags |= IEEE80211_CHAN_NO_20MHZ; in reg_rule_to_chan_bw_flags()
1627 bw_flags |= IEEE80211_CHAN_NO_10MHZ; in reg_rule_to_chan_bw_flags()
1629 bw_flags |= IEEE80211_CHAN_NO_20MHZ; in reg_rule_to_chan_bw_flags()
1631 bw_flags |= IEEE80211_CHAN_NO_HT40; in reg_rule_to_chan_bw_flags()
1633 bw_flags |= IEEE80211_CHAN_NO_80MHZ; in reg_rule_to_chan_bw_flags()
1635 bw_flags |= IEEE80211_CHAN_NO_160MHZ; in reg_rule_to_chan_bw_flags()
1636 return bw_flags; in reg_rule_to_chan_bw_flags()
1648 u32 flags, bw_flags = 0; in handle_channel() local
[all …]