Lines Matching refs:wiphy
10 static bool wiphy_freq_limits_valid_chan(struct wiphy *wiphy,
30 static void wiphy_freq_limits_apply(struct wiphy *wiphy,
41 struct ieee80211_supported_band *sband = wiphy->bands[band];
52 if (!wiphy_freq_limits_valid_chan(wiphy, freq_limits,
63 void wiphy_read_of_freq_limits(struct wiphy *wiphy)
65 struct device *dev = wiphy_dev(wiphy);
120 wiphy_freq_limits_apply(wiphy, freq_limits, n_freq_limits);