Lines Matching refs:NL80211_RRF_AUTO_BW
252 NL80211_RRF_NO_IR | NL80211_RRF_AUTO_BW),
261 NL80211_RRF_AUTO_BW),
266 NL80211_RRF_AUTO_BW |
968 rrule->flags |= NL80211_RRF_AUTO_BW; in regdb_query_country()
1369 if (rule1->flags & NL80211_RRF_AUTO_BW) in reg_rules_intersect()
1371 if (rule2->flags & NL80211_RRF_AUTO_BW) in reg_rules_intersect()
1386 if ((rule1->flags & NL80211_RRF_AUTO_BW) && in reg_rules_intersect()
1387 (rule2->flags & NL80211_RRF_AUTO_BW)) in reg_rules_intersect()
1388 intersected_rule->flags |= NL80211_RRF_AUTO_BW; in reg_rules_intersect()
1390 intersected_rule->flags &= ~NL80211_RRF_AUTO_BW; in reg_rules_intersect()
1704 if (reg_rule->flags & NL80211_RRF_AUTO_BW) in reg_rule_to_chan_bw_flags()
3728 if (reg_rule->flags & NL80211_RRF_AUTO_BW) in print_rd_rules()