Lines Matching full:bandwidth
242 u32 bandwidth, in cfg80211_set_chans_dfs_state() argument
248 for (freq = center_freq - bandwidth/2 + 10; in cfg80211_set_chans_dfs_state()
249 freq <= center_freq + bandwidth/2 - 10; in cfg80211_set_chans_dfs_state()
283 u32 bandwidth) in cfg80211_get_start_freq() argument
287 if (bandwidth <= 20) in cfg80211_get_start_freq()
290 start_freq = center_freq - bandwidth/2 + 10; in cfg80211_get_start_freq()
296 u32 bandwidth) in cfg80211_get_end_freq() argument
300 if (bandwidth <= 20) in cfg80211_get_end_freq()
303 end_freq = center_freq + bandwidth/2 - 10; in cfg80211_get_end_freq()
310 u32 bandwidth) in cfg80211_get_chans_dfs_required() argument
315 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_required()
316 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_required()
389 u32 bandwidth) in cfg80211_get_chans_dfs_usable() argument
395 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_usable()
396 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_usable()
399 * Check entire range of channels for the bandwidth. in cfg80211_get_chans_dfs_usable()
461 * Checks if center frequency of chan falls with in the bandwidth
578 u32 bandwidth) in cfg80211_get_chans_dfs_available() argument
587 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_available()
588 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_available()
591 * Check entire range of channels for the bandwidth. in cfg80211_get_chans_dfs_available()
649 u32 bandwidth) in cfg80211_get_chans_dfs_cac_time() argument
655 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_cac_time()
656 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_cac_time()
705 u32 center_freq, u32 bandwidth, in cfg80211_secondary_chans_ok() argument
711 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_secondary_chans_ok()
712 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_secondary_chans_ok()