Lines Matching refs:reg_rule
136 const struct ieee80211_reg_rule *reg_rule; in _rtl_reg_apply_beaconing_flags() local
153 reg_rule = freq_reg_info(wiphy, in _rtl_reg_apply_beaconing_flags()
155 if (IS_ERR(reg_rule)) in _rtl_reg_apply_beaconing_flags()
166 if (!(reg_rule->flags & NL80211_RRF_NO_IBSS)) in _rtl_reg_apply_beaconing_flags()
168 if (!(reg_rule->flags & in _rtl_reg_apply_beaconing_flags()
188 const struct ieee80211_reg_rule *reg_rule; in _rtl_reg_apply_active_scan_flags() local
216 reg_rule = freq_reg_info(wiphy, ch->center_freq); in _rtl_reg_apply_active_scan_flags()
217 if (!IS_ERR(reg_rule)) { in _rtl_reg_apply_active_scan_flags()
218 if (!(reg_rule->flags & NL80211_RRF_PASSIVE_SCAN)) in _rtl_reg_apply_active_scan_flags()
224 reg_rule = freq_reg_info(wiphy, ch->center_freq); in _rtl_reg_apply_active_scan_flags()
225 if (!IS_ERR(reg_rule)) { in _rtl_reg_apply_active_scan_flags()
226 if (!(reg_rule->flags & NL80211_RRF_PASSIVE_SCAN)) in _rtl_reg_apply_active_scan_flags()