Lines Matching defs:freq

2063  * @freq_ranges: memory to hold the freq ranges.
6208 * @freq: center frequency in KHz
6211 int ieee80211_freq_khz_to_channel(u32 freq);
6215 * @freq: center frequency in MHz
6219 ieee80211_frequency_to_channel(int freq)
6221 return ieee80211_freq_khz_to_channel(MHZ_TO_KHZ(freq));
6228 * @freq: the center frequency (in KHz) of the channel
6229 * Return: The channel struct from @wiphy at @freq.
6232 ieee80211_get_channel_khz(struct wiphy *wiphy, u32 freq);
6238 * @freq: the center frequency (in MHz) of the channel
6239 * Return: The channel struct from @wiphy at @freq.
6242 ieee80211_get_channel(struct wiphy *wiphy, int freq)
6244 return ieee80211_get_channel_khz(wiphy, MHZ_TO_KHZ(freq));
6866 * @freq: the freqency(in MHz) to be queried.
6871 * ISO/IEC 3166 alpha2 country and freq have wmm rule limitations.
6878 int reg_query_regdb_wmm(char *alpha2, int freq,
8136 * @freq: Frequency on which the frame was received in kHz
8148 int freq;
8178 * @freq: Frequency on which the frame was received in KHz
8192 static inline bool cfg80211_rx_mgmt_khz(struct wireless_dev *wdev, int freq,
8197 .freq = freq,
8210 * @freq: Frequency on which the frame was received in MHz
8224 static inline bool cfg80211_rx_mgmt(struct wireless_dev *wdev, int freq,
8229 .freq = MHZ_TO_KHZ(freq),
8527 * @freq: frequency the frame was received on in KHz
8535 size_t len, int freq, int sig_dbm);
8542 * @freq: frequency the frame was received on
8551 int freq, int sig_dbm)
8553 cfg80211_report_obss_beacon_khz(wiphy, frame, len, MHZ_TO_KHZ(freq),