Lines Matching refs:cf2
1123 int offset, int width, int cf1, int cf2, in hostapd_event_ch_switch() argument
1139 width, channel_width_to_string(width), cf1, cf2, in hostapd_event_ch_switch()
1197 if (cf2 == 5935) in hostapd_event_ch_switch()
1198 seg1_idx = (cf2 - 5925) / 5; in hostapd_event_ch_switch()
1199 else if (cf2 > 5950) in hostapd_event_ch_switch()
1200 seg1_idx = (cf2 - 5950) / 5; in hostapd_event_ch_switch()
1201 else if (cf2 > 5000) in hostapd_event_ch_switch()
1202 seg1_idx = (cf2 - 5000) / 5; in hostapd_event_ch_switch()
1206 ieee80211_freq_to_chan(cf2, &seg1_idx); in hostapd_event_ch_switch()
1293 cf1, cf2, is_dfs0, is_dfs, punct_bitmap); in hostapd_event_ch_switch()
2203 radar->cf1, radar->cf2); in hostapd_event_dfs_radar_detected()
2213 radar->cf1, radar->cf2); in hostapd_event_dfs_pre_cac_expired()
2223 radar->cf1, radar->cf2); in hostapd_event_dfs_cac_finished()
2233 radar->cf1, radar->cf2); in hostapd_event_dfs_cac_aborted()
2243 radar->cf1, radar->cf2); in hostapd_event_dfs_nop_finished()
2253 radar->cf1, radar->cf2); in hostapd_event_dfs_cac_started()
2625 data->ch_switch.cf2, in wpa_supplicant_event()