Home
last modified time | relevance | path

Searched refs:regdom (Results 1 – 4 of 4) sorted by relevance

/linux/net/wireless/
A Dreg.c477 const struct ieee80211_regdomain *regdom; member
512 kfree(regdom); in reg_schedule_apply()
516 request->regdom = regdom; in reg_schedule_apply()
966 struct ieee80211_regdomain *regdom; in regdb_query_country() local
969 regdom = kzalloc(struct_size(regdom, reg_rules, coll->n_rules), in regdb_query_country()
971 if (!regdom) in regdb_query_country()
974 regdom->n_reg_rules = coll->n_rules; in regdb_query_country()
975 regdom->alpha2[0] = country->alpha2[0]; in regdb_query_country()
976 regdom->alpha2[1] = country->alpha2[1]; in regdb_query_country()
977 regdom->dfs_region = coll->dfs_region; in regdb_query_country()
[all …]
A Dutil.c1855 const struct ieee80211_regdomain *regdom; in cfg80211_iter_combinations() local
1878 regdom = rcu_dereference(cfg80211_regdomain); in cfg80211_iter_combinations()
1879 if (regdom) in cfg80211_iter_combinations()
1880 region = regdom->dfs_region; in cfg80211_iter_combinations()
A Dnl80211.c7884 (regdom->dfs_region && in nl80211_put_regdom()
7899 reg_rule = &regdom->reg_rules[i]; in nl80211_put_regdom()
7970 regdom = get_wiphy_regdom(wiphy); in nl80211_get_reg_do()
7973 if (WARN_ON(!regdom && self_managed)) { in nl80211_get_reg_do()
7979 if (regdom && in nl80211_get_reg_do()
7991 if (!regdom) in nl80211_get_reg_do()
7994 if (nl80211_put_regdom(regdom, msg)) in nl80211_get_reg_do()
8024 if (nl80211_put_regdom(regdom, msg)) in nl80211_send_regdom()
8068 regdom = get_wiphy_regdom(&rdev->wiphy); in nl80211_get_reg_dump()
8069 if (!regdom) in nl80211_get_reg_dump()
[all …]
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
A Dchannel.c201 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()

Completed in 40 milliseconds