Lines Matching refs:bandwidth
449 u32 bandwidth, in cfg80211_set_chans_dfs_state() argument
455 for (freq = center_freq - bandwidth/2 + 10; in cfg80211_set_chans_dfs_state()
456 freq <= center_freq + bandwidth/2 - 10; in cfg80211_set_chans_dfs_state()
490 u32 bandwidth) in cfg80211_get_start_freq() argument
494 bandwidth = MHZ_TO_KHZ(bandwidth); in cfg80211_get_start_freq()
495 if (bandwidth <= MHZ_TO_KHZ(20)) in cfg80211_get_start_freq()
498 start_freq = center_freq - bandwidth / 2 + MHZ_TO_KHZ(10); in cfg80211_get_start_freq()
504 u32 bandwidth) in cfg80211_get_end_freq() argument
508 bandwidth = MHZ_TO_KHZ(bandwidth); in cfg80211_get_end_freq()
509 if (bandwidth <= MHZ_TO_KHZ(20)) in cfg80211_get_end_freq()
512 end_freq = center_freq + bandwidth / 2 - MHZ_TO_KHZ(10); in cfg80211_get_end_freq()
592 u32 bandwidth, in cfg80211_get_chans_dfs_required() argument
598 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_required()
599 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_required()
674 u32 bandwidth) in cfg80211_get_chans_dfs_usable() argument
680 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_usable()
681 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_usable()
918 u32 bandwidth) in cfg80211_get_chans_dfs_available() argument
927 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_available()
928 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_available()
990 u32 bandwidth) in cfg80211_get_chans_dfs_cac_time() argument
996 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_cac_time()
997 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_cac_time()
1046 u32 center_freq, u32 bandwidth, in cfg80211_secondary_chans_ok() argument
1052 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_secondary_chans_ok()
1053 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_secondary_chans_ok()