Searched refs:regdom (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/net/wireless/ |
D | util.c | 1516 const struct ieee80211_regdomain *regdom; in cfg80211_iter_combinations() local 1524 regdom = rcu_dereference(cfg80211_regdomain); in cfg80211_iter_combinations() 1525 if (regdom) in cfg80211_iter_combinations() 1526 region = regdom->dfs_region; in cfg80211_iter_combinations()
|
D | reg.c | 467 const struct ieee80211_regdomain *curdom, *regdom = NULL; in reg_regdb_search() local 483 regdom = reg_copy_regd(curdom); in reg_regdb_search() 492 if (!IS_ERR_OR_NULL(regdom)) in reg_regdb_search() 493 set_regdom(regdom, REGD_SOURCE_INTERNAL_DB); in reg_regdb_search()
|
D | nl80211.c | 5391 static int nl80211_put_regdom(const struct ieee80211_regdomain *regdom, in nl80211_put_regdom() argument 5397 if (nla_put_string(msg, NL80211_ATTR_REG_ALPHA2, regdom->alpha2) || in nl80211_put_regdom() 5398 (regdom->dfs_region && in nl80211_put_regdom() 5399 nla_put_u8(msg, NL80211_ATTR_DFS_REGION, regdom->dfs_region))) in nl80211_put_regdom() 5406 for (i = 0; i < regdom->n_reg_rules; i++) { in nl80211_put_regdom() 5413 reg_rule = ®dom->reg_rules[i]; in nl80211_put_regdom() 5423 max_bandwidth_khz = reg_get_max_bandwidth(regdom, in nl80211_put_regdom() 5454 const struct ieee80211_regdomain *regdom = NULL; in nl80211_get_reg_do() local 5481 regdom = get_wiphy_regdom(wiphy); in nl80211_get_reg_do() 5484 if (WARN_ON(!regdom && self_managed)) { in nl80211_get_reg_do() [all …]
|
/linux-4.1.27/drivers/net/wireless/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()
|