Lines Matching refs:reg_rule
147 const struct ieee80211_reg_rule *reg_rule; in _rtl_reg_apply_beaconing_flags() local
164 reg_rule = freq_reg_info(wiphy, in _rtl_reg_apply_beaconing_flags()
166 if (IS_ERR(reg_rule)) in _rtl_reg_apply_beaconing_flags()
177 if (!(reg_rule->flags & NL80211_RRF_NO_IBSS)) in _rtl_reg_apply_beaconing_flags()
179 if (!(reg_rule->flags & in _rtl_reg_apply_beaconing_flags()
199 const struct ieee80211_reg_rule *reg_rule; in _rtl_reg_apply_active_scan_flags() local
227 reg_rule = freq_reg_info(wiphy, ch->center_freq); in _rtl_reg_apply_active_scan_flags()
228 if (!IS_ERR(reg_rule)) { in _rtl_reg_apply_active_scan_flags()
229 if (!(reg_rule->flags & NL80211_RRF_PASSIVE_SCAN)) in _rtl_reg_apply_active_scan_flags()
235 reg_rule = freq_reg_info(wiphy, ch->center_freq); in _rtl_reg_apply_active_scan_flags()
236 if (!IS_ERR(reg_rule)) { in _rtl_reg_apply_active_scan_flags()
237 if (!(reg_rule->flags & NL80211_RRF_PASSIVE_SCAN)) in _rtl_reg_apply_active_scan_flags()