Lines Matching refs:start_freq

387 	u32 start_freq;  in cfg80211_get_start_freq()  local
390 start_freq = center_freq; in cfg80211_get_start_freq()
392 start_freq = center_freq - bandwidth/2 + 10; in cfg80211_get_start_freq()
394 return start_freq; in cfg80211_get_start_freq()
415 u32 freq, start_freq, end_freq; in cfg80211_get_chans_dfs_required() local
417 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_required()
420 for (freq = start_freq; freq <= end_freq; freq += 20) { in cfg80211_get_chans_dfs_required()
494 u32 freq, start_freq, end_freq; in cfg80211_get_chans_dfs_usable() local
497 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_usable()
506 for (freq = start_freq; freq <= end_freq; freq += 20) { in cfg80211_get_chans_dfs_usable()
683 u32 freq, start_freq, end_freq; in cfg80211_get_chans_dfs_available() local
689 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_available()
697 for (freq = start_freq; freq <= end_freq; freq += 20) { in cfg80211_get_chans_dfs_available()
754 u32 start_freq, end_freq, freq; in cfg80211_get_chans_dfs_cac_time() local
757 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_cac_time()
760 for (freq = start_freq; freq <= end_freq; freq += 20) { in cfg80211_get_chans_dfs_cac_time()
811 u32 freq, start_freq, end_freq; in cfg80211_secondary_chans_ok() local
813 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_secondary_chans_ok()
816 for (freq = start_freq; freq <= end_freq; freq += 20) { in cfg80211_secondary_chans_ok()