Lines Matching refs:cf2
863 int offset, int width, int cf1, int cf2, in hostapd_event_ch_switch() argument
877 width, channel_width_to_string(width), cf1, cf2); in hostapd_event_ch_switch()
923 if (cf2 == 5935) in hostapd_event_ch_switch()
924 seg1_idx = (cf2 - 5925) / 5; in hostapd_event_ch_switch()
925 else if (cf2 > 5950) in hostapd_event_ch_switch()
926 seg1_idx = (cf2 - 5950) / 5; in hostapd_event_ch_switch()
927 else if (cf2 > 5000) in hostapd_event_ch_switch()
928 seg1_idx = (cf2 - 5000) / 5; in hostapd_event_ch_switch()
932 ieee80211_freq_to_chan(cf2, &seg1_idx); in hostapd_event_ch_switch()
988 cf1, cf2, is_dfs); in hostapd_event_ch_switch()
1700 radar->cf1, radar->cf2); in hostapd_event_dfs_radar_detected()
1710 radar->cf1, radar->cf2); in hostapd_event_dfs_pre_cac_expired()
1720 radar->cf1, radar->cf2); in hostapd_event_dfs_cac_finished()
1730 radar->cf1, radar->cf2); in hostapd_event_dfs_cac_aborted()
1740 radar->cf1, radar->cf2); in hostapd_event_dfs_nop_finished()
1750 radar->cf1, radar->cf2); in hostapd_event_dfs_cac_started()
1984 data->ch_switch.cf2, in wpa_supplicant_event()