Lines Matching refs:regdom
428 * The NL80211_REGDOM_SET_BY_USER regdom alpha2 is cached, this lets
477 const struct ieee80211_regdomain *regdom;
496 set_regdom(request->regdom, REGD_SOURCE_INTERNAL_DB);
506 static int reg_schedule_apply(const struct ieee80211_regdomain *regdom)
512 kfree(regdom);
516 request->regdom = regdom;
930 struct ieee80211_regdomain *regdom;
933 regdom = kzalloc(struct_size(regdom, reg_rules, coll->n_rules),
935 if (!regdom)
938 regdom->n_reg_rules = coll->n_rules;
939 regdom->alpha2[0] = country->alpha2[0];
940 regdom->alpha2[1] = country->alpha2[1];
941 regdom->dfs_region = coll->dfs_region;
943 for (i = 0; i < regdom->n_reg_rules; i++) {
947 struct ieee80211_reg_rule *rrule = ®dom->reg_rules[i];
978 return reg_schedule_apply(regdom);
2694 * If the user knows better the user should set the regdom