Lines Matching refs:wiphy_regd
174 const struct ieee80211_regdomain *wiphy_regd = NULL; in reg_get_dfs_region() local
184 wiphy_regd = get_wiphy_regdom(wiphy); in reg_get_dfs_region()
185 if (!wiphy_regd) in reg_get_dfs_region()
189 dfs_region = wiphy_regd->dfs_region; in reg_get_dfs_region()
193 if (wiphy_regd->dfs_region == regd->dfs_region) in reg_get_dfs_region()
198 reg_dfs_region_str(wiphy_regd->dfs_region), in reg_get_dfs_region()
4209 const struct ieee80211_regdomain *wiphy_regd = NULL; in regulatory_pre_cac_allowed() local
4215 wiphy_regd = rcu_dereference(wiphy->regd); in regulatory_pre_cac_allowed()
4216 if (!wiphy_regd) { in regulatory_pre_cac_allowed()
4225 if (regd->dfs_region == wiphy_regd->dfs_region && in regulatory_pre_cac_allowed()
4226 wiphy_regd->dfs_region == NL80211_DFS_ETSI) in regulatory_pre_cac_allowed()