• Home
  • Raw
  • Download

Lines Matching refs:cf1

595 			 int chan_offset, int chan_width, int cf1,  in set_dfs_state()  argument
619 frequency = cf1; in set_dfs_state()
623 frequency = cf1 - 10; in set_dfs_state()
627 frequency = cf1 - 30; in set_dfs_state()
631 frequency = cf1 - 30; in set_dfs_state()
636 frequency = cf1 - 70; in set_dfs_state()
661 int chan_width, int cf1, int cf2) in dfs_are_channels_overlapped() argument
685 frequency = cf1; in dfs_are_channels_overlapped()
689 frequency = cf1 - 10; in dfs_are_channels_overlapped()
693 frequency = cf1 - 30; in dfs_are_channels_overlapped()
697 frequency = cf1 - 70; in dfs_are_channels_overlapped()
811 u8 cf1 = 0, cf2 = 0; in hostapd_handle_dfs() local
813 channel = dfs_get_valid_channel(iface, &sec, &cf1, &cf2, in hostapd_handle_dfs()
824 hostapd_set_oper_centr_freq_seg0_idx(iface->conf, cf1); in hostapd_handle_dfs()
878 int cf1, int cf2) in hostapd_dfs_complete_cac() argument
882 success, freq, ht_enabled, chan_offset, chan_width, cf1, cf2); in hostapd_dfs_complete_cac()
894 chan_width, cf1, cf2, in hostapd_dfs_complete_cac()
920 int cf1, int cf2) in hostapd_dfs_pre_cac_expired() argument
924 freq, ht_enabled, chan_offset, chan_width, cf1, cf2); in hostapd_dfs_pre_cac_expired()
931 cf1, cf2, HOSTAPD_CHAN_DFS_USABLE); in hostapd_dfs_pre_cac_expired()
1154 int cf1, int cf2) in hostapd_dfs_radar_detected() argument
1160 freq, ht_enabled, chan_offset, chan_width, cf1, cf2); in hostapd_dfs_radar_detected()
1171 cf1, cf2, HOSTAPD_CHAN_DFS_UNAVAILABLE); in hostapd_dfs_radar_detected()
1176 res = dfs_are_channels_overlapped(iface, freq, chan_width, cf1, cf2); in hostapd_dfs_radar_detected()
1189 int cf1, int cf2) in hostapd_dfs_nop_finished() argument
1193 freq, ht_enabled, chan_offset, chan_width, cf1, cf2); in hostapd_dfs_nop_finished()
1201 cf1, cf2, HOSTAPD_CHAN_DFS_USABLE); in hostapd_dfs_nop_finished()
1239 int cf1, int cf2) in hostapd_dfs_start_cac() argument
1249 freq, (freq - 5000) / 5, chan_offset, chan_width, cf1, cf2, in hostapd_dfs_start_cac()