Lines Matching defs:freq
5412 * @freq: center frequency in KHz
5415 int ieee80211_freq_khz_to_channel(u32 freq);
5419 * @freq: center frequency in MHz
5423 ieee80211_frequency_to_channel(int freq)
5425 return ieee80211_freq_khz_to_channel(MHZ_TO_KHZ(freq));
5432 * @freq: the center frequency (in KHz) of the channel
5433 * Return: The channel struct from @wiphy at @freq.
5436 ieee80211_get_channel_khz(struct wiphy *wiphy, u32 freq);
5442 * @freq: the center frequency (in MHz) of the channel
5443 * Return: The channel struct from @wiphy at @freq.
5446 ieee80211_get_channel(struct wiphy *wiphy, int freq)
5448 return ieee80211_get_channel_khz(wiphy, MHZ_TO_KHZ(freq));
6006 * @freq: the freqency(in MHz) to be queried.
6011 * ISO/IEC 3166 alpha2 country and freq have wmm rule limitations.
6018 int reg_query_regdb_wmm(char *alpha2, int freq,
7187 * @freq: Frequency on which the frame was received in KHz
7201 bool cfg80211_rx_mgmt_khz(struct wireless_dev *wdev, int freq, int sig_dbm,
7207 * @freq: Frequency on which the frame was received in MHz
7221 static inline bool cfg80211_rx_mgmt(struct wireless_dev *wdev, int freq,
7225 return cfg80211_rx_mgmt_khz(wdev, MHZ_TO_KHZ(freq), sig_dbm, buf, len,
7447 * @freq: frequency the frame was received on in KHz
7455 size_t len, int freq, int sig_dbm);
7462 * @freq: frequency the frame was received on
7471 int freq, int sig_dbm)
7473 cfg80211_report_obss_beacon_khz(wiphy, frame, len, MHZ_TO_KHZ(freq),