Lines Matching refs:cfg80211_world_regdom
262 static const struct ieee80211_regdomain *cfg80211_world_regdom =
311 if (r == cfg80211_world_regdom)
313 if (cfg80211_world_regdom == &world_regdom)
314 cfg80211_world_regdom = NULL;
319 rcu_free_regdom(cfg80211_world_regdom);
321 cfg80211_world_regdom = &world_regdom;
344 cfg80211_world_regdom = rd;
3440 world_alpha2[0] = cfg80211_world_regdom->alpha2[0];
3441 world_alpha2[1] = cfg80211_world_regdom->alpha2[1];
3452 reset_regdomains(false, cfg80211_world_regdom);
4194 err = regulatory_hint_core(cfg80211_world_regdom->alpha2);
4234 rcu_assign_pointer(cfg80211_regdomain, cfg80211_world_regdom);