Home
last modified time | relevance | path

Searched refs:wiphy_regd (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/net/wireless/
H A Dreg.c174 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()
4181 const struct ieee80211_regdomain *wiphy_regd = NULL; in regulatory_pre_cac_allowed() local
4187 wiphy_regd = rcu_dereference(wiphy->regd); in regulatory_pre_cac_allowed()
4188 if (!wiphy_regd) { in regulatory_pre_cac_allowed()
4197 if (regd->dfs_region == wiphy_regd in regulatory_pre_cac_allowed()
[all...]
/kernel/linux/linux-5.10/net/wireless/
H A Dreg.c165 const struct ieee80211_regdomain *wiphy_regd = NULL; in reg_get_dfs_region() local
171 wiphy_regd = get_wiphy_regdom(wiphy); in reg_get_dfs_region()
172 if (!wiphy_regd) in reg_get_dfs_region()
175 if (wiphy_regd->dfs_region == regd->dfs_region) in reg_get_dfs_region()
180 reg_dfs_region_str(wiphy_regd->dfs_region), in reg_get_dfs_region()
4094 const struct ieee80211_regdomain *wiphy_regd = NULL; in regulatory_pre_cac_allowed() local
4100 wiphy_regd = rcu_dereference(wiphy->regd); in regulatory_pre_cac_allowed()
4101 if (!wiphy_regd) { in regulatory_pre_cac_allowed()
4110 if (regd->dfs_region == wiphy_regd->dfs_region && in regulatory_pre_cac_allowed()
4111 wiphy_regd in regulatory_pre_cac_allowed()
[all...]

Completed in 12 milliseconds