Lines Matching refs:cf1
512 int chan_offset, int chan_width, int cf1,
529 /* Seems cf1 and chan_width is enough here */
535 frequency = cf1;
539 frequency = cf1 - 10;
543 frequency = cf1 - 30;
547 frequency = cf1 - 70;
567 int chan_width, int cf1, int cf2)
591 frequency = cf1;
595 frequency = cf1 - 10;
599 frequency = cf1 - 30;
603 frequency = cf1 - 70;
714 u8 cf1 = 0, cf2 = 0;
716 channel = dfs_get_valid_channel(iface, &sec, &cf1, &cf2,
727 hostapd_set_oper_centr_freq_seg0_idx(iface->conf, cf1);
781 int cf1, int cf2)
784 "success=%d freq=%d ht_enabled=%d chan_offset=%d chan_width=%d cf1=%d cf2=%d",
785 success, freq, ht_enabled, chan_offset, chan_width, cf1, cf2);
797 chan_width, cf1, cf2,
823 int cf1, int cf2)
826 "freq=%d ht_enabled=%d chan_offset=%d chan_width=%d cf1=%d cf2=%d",
827 freq, ht_enabled, chan_offset, chan_width, cf1, cf2);
834 cf1, cf2, HOSTAPD_CHAN_DFS_USABLE);
1011 int cf1, int cf2)
1016 "freq=%d ht_enabled=%d chan_offset=%d chan_width=%d cf1=%d cf2=%d",
1017 freq, ht_enabled, chan_offset, chan_width, cf1, cf2);
1028 cf1, cf2, HOSTAPD_CHAN_DFS_UNAVAILABLE);
1031 res = dfs_are_channels_overlapped(iface, freq, chan_width, cf1, cf2);
1044 int cf1, int cf2)
1047 "freq=%d ht_enabled=%d chan_offset=%d chan_width=%d cf1=%d cf2=%d",
1048 freq, ht_enabled, chan_offset, chan_width, cf1, cf2);
1056 cf1, cf2, HOSTAPD_CHAN_DFS_USABLE);
1094 int cf1, int cf2)
1099 freq, (freq - 5000) / 5, chan_offset, chan_width, cf1, cf2, 60);