Lines Matching full:bandwidth

399 					 u32 bandwidth,  in cfg80211_set_chans_dfs_state()  argument
405 for (freq = center_freq - bandwidth/2 + 10; in cfg80211_set_chans_dfs_state()
406 freq <= center_freq + bandwidth/2 - 10; in cfg80211_set_chans_dfs_state()
440 u32 bandwidth) in cfg80211_get_start_freq() argument
444 bandwidth = MHZ_TO_KHZ(bandwidth); in cfg80211_get_start_freq()
445 if (bandwidth <= MHZ_TO_KHZ(20)) in cfg80211_get_start_freq()
448 start_freq = center_freq - bandwidth / 2 + MHZ_TO_KHZ(10); in cfg80211_get_start_freq()
454 u32 bandwidth) in cfg80211_get_end_freq() argument
458 bandwidth = MHZ_TO_KHZ(bandwidth); in cfg80211_get_end_freq()
459 if (bandwidth <= MHZ_TO_KHZ(20)) in cfg80211_get_end_freq()
462 end_freq = center_freq + bandwidth / 2 - MHZ_TO_KHZ(10); in cfg80211_get_end_freq()
469 u32 bandwidth) in cfg80211_get_chans_dfs_required() argument
474 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_required()
475 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_required()
548 u32 bandwidth) in cfg80211_get_chans_dfs_usable() argument
554 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_usable()
555 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_usable()
558 * Check entire range of channels for the bandwidth. in cfg80211_get_chans_dfs_usable()
621 * Checks if center frequency of chan falls with in the bandwidth
738 u32 bandwidth) in cfg80211_get_chans_dfs_available() argument
747 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_available()
748 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_available()
751 * Check entire range of channels for the bandwidth. in cfg80211_get_chans_dfs_available()
810 u32 bandwidth) in cfg80211_get_chans_dfs_cac_time() argument
816 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_cac_time()
817 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_cac_time()
866 u32 center_freq, u32 bandwidth, in cfg80211_secondary_chans_ok() argument
872 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_secondary_chans_ok()
873 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_secondary_chans_ok()