Lines Matching refs:bw_flags

1684 	u32 max_bandwidth_khz, center_freq_khz, bw_flags = 0;  in reg_rule_to_chan_bw_flags()  local
1699 bw_flags |= IEEE80211_CHAN_NO_10MHZ; in reg_rule_to_chan_bw_flags()
1703 bw_flags |= IEEE80211_CHAN_NO_20MHZ; in reg_rule_to_chan_bw_flags()
1719 bw_flags |= IEEE80211_CHAN_1MHZ; in reg_rule_to_chan_bw_flags()
1722 bw_flags |= IEEE80211_CHAN_2MHZ; in reg_rule_to_chan_bw_flags()
1725 bw_flags |= IEEE80211_CHAN_4MHZ; in reg_rule_to_chan_bw_flags()
1728 bw_flags |= IEEE80211_CHAN_8MHZ; in reg_rule_to_chan_bw_flags()
1731 bw_flags |= IEEE80211_CHAN_16MHZ; in reg_rule_to_chan_bw_flags()
1737 bw_flags |= IEEE80211_CHAN_DISABLED; in reg_rule_to_chan_bw_flags()
1746 bw_flags |= IEEE80211_CHAN_NO_10MHZ; in reg_rule_to_chan_bw_flags()
1748 bw_flags |= IEEE80211_CHAN_NO_20MHZ; in reg_rule_to_chan_bw_flags()
1750 bw_flags |= IEEE80211_CHAN_NO_HT40; in reg_rule_to_chan_bw_flags()
1752 bw_flags |= IEEE80211_CHAN_NO_80MHZ; in reg_rule_to_chan_bw_flags()
1754 bw_flags |= IEEE80211_CHAN_NO_160MHZ; in reg_rule_to_chan_bw_flags()
1756 return bw_flags; in reg_rule_to_chan_bw_flags()
1767 u32 bw_flags = 0; in handle_channel_single_rule() local
1774 bw_flags = reg_rule_to_chan_bw_flags(regd, reg_rule, chan); in handle_channel_single_rule()
1785 map_regdom_flags(reg_rule->flags) | bw_flags; in handle_channel_single_rule()
1804 chan->flags = flags | bw_flags | map_regdom_flags(reg_rule->flags); in handle_channel_single_rule()
2494 u32 bw_flags = 0; in handle_channel_custom() local
2519 bw_flags = reg_rule_to_chan_bw_flags(regd, reg_rule, chan); in handle_channel_custom()
2527 chan->flags = chan->orig_flags | bw_flags | in handle_channel_custom()
2530 chan->flags |= map_regdom_flags(reg_rule->flags) | bw_flags; in handle_channel_custom()