Lines Matching refs:reg_rule
159 const struct ieee80211_reg_rule *reg_rule; in _rtl_reg_apply_beaconing_flags() local
176 reg_rule = freq_reg_info(wiphy, in _rtl_reg_apply_beaconing_flags()
178 if (IS_ERR(reg_rule)) in _rtl_reg_apply_beaconing_flags()
189 if (!(reg_rule->flags & NL80211_RRF_NO_IBSS)) in _rtl_reg_apply_beaconing_flags()
191 if (!(reg_rule->flags & in _rtl_reg_apply_beaconing_flags()
211 const struct ieee80211_reg_rule *reg_rule; in _rtl_reg_apply_active_scan_flags() local
239 reg_rule = freq_reg_info(wiphy, ch->center_freq); in _rtl_reg_apply_active_scan_flags()
240 if (!IS_ERR(reg_rule)) { in _rtl_reg_apply_active_scan_flags()
241 if (!(reg_rule->flags & NL80211_RRF_PASSIVE_SCAN)) in _rtl_reg_apply_active_scan_flags()
247 reg_rule = freq_reg_info(wiphy, ch->center_freq); in _rtl_reg_apply_active_scan_flags()
248 if (!IS_ERR(reg_rule)) { in _rtl_reg_apply_active_scan_flags()
249 if (!(reg_rule->flags & NL80211_RRF_PASSIVE_SCAN)) in _rtl_reg_apply_active_scan_flags()