Home
last modified time | relevance | path

Searched refs:cf1 (Results 1 – 10 of 10) sorted by relevance

/hostap-latest/src/ap/
Ddfs.h16 int cf1, int cf2);
19 int cf1, int cf2);
23 int cf1, int cf2);
26 int chan_offset, int chan_width, int cf1, int cf2);
31 int cf1, int cf2);
Ddfs.c621 u8 cf1 = 0, cf2 = 0; in dfs_set_valid_channel() local
624 channel = dfs_get_valid_channel(iface, &sec, &cf1, &cf2, in dfs_set_valid_channel()
635 hostapd_set_oper_centr_freq_seg0_idx(iface->conf, cf1); in dfs_set_valid_channel()
669 int chan_offset, int chan_width, int cf1, in set_dfs_state() argument
693 frequency = cf1; in set_dfs_state()
697 frequency = cf1 - 10; in set_dfs_state()
701 frequency = cf1 - 30; in set_dfs_state()
705 frequency = cf1 - 30; in set_dfs_state()
710 frequency = cf1 - 70; in set_dfs_state()
735 int chan_width, int cf1, int cf2) in dfs_are_channels_overlapped() argument
[all …]
Ddrv_callbacks.c1125 int offset, int width, int cf1, int cf2, in hostapd_event_ch_switch() argument
1141 width, channel_width_to_string(width), cf1, cf2, in hostapd_event_ch_switch()
1192 if (cf1 == 5935) in hostapd_event_ch_switch()
1193 seg0_idx = (cf1 - 5925) / 5; in hostapd_event_ch_switch()
1194 else if (cf1 > 5950) in hostapd_event_ch_switch()
1195 seg0_idx = (cf1 - 5950) / 5; in hostapd_event_ch_switch()
1196 else if (cf1 > 5000) in hostapd_event_ch_switch()
1197 seg0_idx = (cf1 - 5000) / 5; in hostapd_event_ch_switch()
1207 ieee80211_freq_to_chan(cf1, &seg0_idx); in hostapd_event_ch_switch()
1295 cf1, cf2, is_dfs0, is_dfs, punct_bitmap); in hostapd_event_ch_switch()
[all …]
Dhostapd.h798 int offset, int width, int cf1, int cf2,
/hostap-latest/src/drivers/
Ddriver_nl80211_event.c1157 static int calculate_chan_offset(int width, int freq, int cf1, int cf2) in calculate_chan_offset() argument
1166 freq1 = cf1 - 10; in calculate_chan_offset()
1169 freq1 = cf1 - 30; in calculate_chan_offset()
1172 freq1 = cf1 - 70; in calculate_chan_offset()
1175 freq1 = cf1 - 30; in calculate_chan_offset()
1178 freq1 = cf1 - 150; in calculate_chan_offset()
1196 struct nlattr *bw, struct nlattr *cf1, in mlme_event_ch_switch() argument
1238 } else if (bw && cf1) { in mlme_event_ch_switch()
1242 nla_get_u32(cf1), in mlme_event_ch_switch()
1258 if (cf1) in mlme_event_ch_switch()
[all …]
Ddriver.h6632 int cf1; member
6661 int cf1; member
/hostap-latest/wpa_supplicant/
Dap.c1865 int offset, int width, int cf1, int cf2, in wpas_ap_ch_switch() argument
1878 offset, width, cf1, cf2, punct_bitmap, in wpas_ap_ch_switch()
2111 radar->cf1, radar->cf2); in wpas_ap_event_dfs_radar_detected()
2127 radar->chan_width, radar->cf1, radar->cf2); in wpas_ap_event_dfs_cac_started()
2143 radar->chan_width, radar->cf1, radar->cf2); in wpas_ap_event_dfs_cac_finished()
2159 radar->chan_width, radar->cf1, radar->cf2); in wpas_ap_event_dfs_cac_aborted()
2175 radar->chan_width, radar->cf1, radar->cf2); in wpas_ap_event_dfs_cac_nop_finished()
Dap.h76 int offset, int width, int cf1, int cf2,
Devents.c6399 data->ch_switch.cf1, in wpa_supplicant_event()
6429 data->ch_switch.cf1, in wpa_supplicant_event()
6467 data->ch_switch.cf1, in wpa_supplicant_event()
/hostap-latest/hostapd/
Dctrl_iface.c1604 data.dfs_event.cf1 = atoi(pos + 4); in hostapd_ctrl_iface_radar()