Lines Matching defs:bandwidth
449 u32 bandwidth,
455 for (freq = center_freq - bandwidth/2 + 10;
456 freq <= center_freq + bandwidth/2 - 10;
490 u32 bandwidth)
494 bandwidth = MHZ_TO_KHZ(bandwidth);
495 if (bandwidth <= MHZ_TO_KHZ(20))
498 start_freq = center_freq - bandwidth / 2 + MHZ_TO_KHZ(10);
504 u32 bandwidth)
508 bandwidth = MHZ_TO_KHZ(bandwidth);
509 if (bandwidth <= MHZ_TO_KHZ(20))
512 end_freq = center_freq + bandwidth / 2 - MHZ_TO_KHZ(10);
519 u32 bandwidth)
524 start_freq = cfg80211_get_start_freq(center_freq, bandwidth);
525 end_freq = cfg80211_get_end_freq(center_freq, bandwidth);
598 u32 bandwidth)
604 start_freq = cfg80211_get_start_freq(center_freq, bandwidth);
605 end_freq = cfg80211_get_end_freq(center_freq, bandwidth);
608 * Check entire range of channels for the bandwidth.
671 * Checks if center frequency of chan falls with in the bandwidth
842 u32 bandwidth)
851 start_freq = cfg80211_get_start_freq(center_freq, bandwidth);
852 end_freq = cfg80211_get_end_freq(center_freq, bandwidth);
855 * Check entire range of channels for the bandwidth.
914 u32 bandwidth)
920 start_freq = cfg80211_get_start_freq(center_freq, bandwidth);
921 end_freq = cfg80211_get_end_freq(center_freq, bandwidth);
970 u32 center_freq, u32 bandwidth,
976 start_freq = cfg80211_get_start_freq(center_freq, bandwidth);
977 end_freq = cfg80211_get_end_freq(center_freq, bandwidth);