Lines Matching refs:cfg80211_world_regdom
284 static const struct ieee80211_regdomain *cfg80211_world_regdom = variable
333 if (r == cfg80211_world_regdom) in reset_regdomains()
335 if (cfg80211_world_regdom == &world_regdom) in reset_regdomains()
336 cfg80211_world_regdom = NULL; in reset_regdomains()
341 rcu_free_regdom(cfg80211_world_regdom); in reset_regdomains()
343 cfg80211_world_regdom = &world_regdom; in reset_regdomains()
366 cfg80211_world_regdom = rd; in update_world_regdomain()
3543 world_alpha2[0] = cfg80211_world_regdom->alpha2[0]; in restore_regulatory_settings()
3544 world_alpha2[1] = cfg80211_world_regdom->alpha2[1]; in restore_regulatory_settings()
3555 reset_regdomains(false, cfg80211_world_regdom); in restore_regulatory_settings()
4315 err = regulatory_hint_core(cfg80211_world_regdom->alpha2); in regulatory_init_db()
4351 rcu_assign_pointer(cfg80211_regdomain, cfg80211_world_regdom); in regulatory_init()