Lines Matching refs:bandwidth
586 u32 bandwidth, in cfg80211_set_chans_dfs_state() argument
592 for (freq = center_freq - bandwidth/2 + 10; in cfg80211_set_chans_dfs_state()
593 freq <= center_freq + bandwidth/2 - 10; in cfg80211_set_chans_dfs_state()
627 u32 bandwidth) in cfg80211_get_start_freq() argument
631 bandwidth = MHZ_TO_KHZ(bandwidth); in cfg80211_get_start_freq()
632 if (bandwidth <= MHZ_TO_KHZ(20)) in cfg80211_get_start_freq()
635 start_freq = center_freq - bandwidth / 2 + MHZ_TO_KHZ(10); in cfg80211_get_start_freq()
641 u32 bandwidth) in cfg80211_get_end_freq() argument
645 bandwidth = MHZ_TO_KHZ(bandwidth); in cfg80211_get_end_freq()
646 if (bandwidth <= MHZ_TO_KHZ(20)) in cfg80211_get_end_freq()
649 end_freq = center_freq + bandwidth / 2 - MHZ_TO_KHZ(10); in cfg80211_get_end_freq()
729 u32 bandwidth, in cfg80211_get_chans_dfs_required() argument
735 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_required()
736 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_required()
811 u32 bandwidth) in cfg80211_get_chans_dfs_usable() argument
817 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_usable()
818 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_usable()
1056 u32 bandwidth) in cfg80211_get_chans_dfs_available() argument
1065 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_available()
1066 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_available()
1128 u32 bandwidth) in cfg80211_get_chans_dfs_cac_time() argument
1134 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_cac_time()
1135 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_cac_time()
1185 u32 center_freq, u32 bandwidth, in cfg80211_secondary_chans_ok() argument
1192 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_secondary_chans_ok()
1193 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_secondary_chans_ok()