Searched refs:regdom (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/wireless/ |
D | reg.c | 450 const struct ieee80211_regdomain *regdom; member 469 set_regdom(request->regdom, REGD_SOURCE_INTERNAL_DB); in reg_regdb_apply() 479 static int reg_schedule_apply(const struct ieee80211_regdomain *regdom) in reg_schedule_apply() argument 485 kfree(regdom); in reg_schedule_apply() 489 request->regdom = regdom; in reg_schedule_apply() 929 struct ieee80211_regdomain *regdom; in regdb_query_country() local 935 regdom = kzalloc(size_of_regd, GFP_KERNEL); in regdb_query_country() 936 if (!regdom) in regdb_query_country() 939 regdom->n_reg_rules = coll->n_rules; in regdb_query_country() 940 regdom->alpha2[0] = country->alpha2[0]; in regdb_query_country() [all …]
|
D | util.c | 1639 const struct ieee80211_regdomain *regdom; in cfg80211_iter_combinations() local 1662 regdom = rcu_dereference(cfg80211_regdomain); in cfg80211_iter_combinations() 1663 if (regdom) in cfg80211_iter_combinations() 1664 region = regdom->dfs_region; in cfg80211_iter_combinations()
|
D | nl80211.c | 6471 static int nl80211_put_regdom(const struct ieee80211_regdomain *regdom, in nl80211_put_regdom() argument 6477 if (nla_put_string(msg, NL80211_ATTR_REG_ALPHA2, regdom->alpha2) || in nl80211_put_regdom() 6478 (regdom->dfs_region && in nl80211_put_regdom() 6479 nla_put_u8(msg, NL80211_ATTR_DFS_REGION, regdom->dfs_region))) in nl80211_put_regdom() 6486 for (i = 0; i < regdom->n_reg_rules; i++) { in nl80211_put_regdom() 6493 reg_rule = ®dom->reg_rules[i]; in nl80211_put_regdom() 6503 max_bandwidth_khz = reg_get_max_bandwidth(regdom, in nl80211_put_regdom() 6534 const struct ieee80211_regdomain *regdom = NULL; in nl80211_get_reg_do() local 6561 regdom = get_wiphy_regdom(wiphy); in nl80211_get_reg_do() 6564 if (WARN_ON(!regdom && self_managed)) { in nl80211_get_reg_do() [all …]
|
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | channel.c | 201 static const struct brcms_regd *brcms_world_regd(const char *regdom, int len) in brcms_world_regd() argument 207 if (!strncmp(regdom, cntry_locales[i].regdomain->alpha2, len)) { in brcms_world_regd()
|