Home | History | Annotate | Download | only in ap

Lines Matching defs:cf2

490 			 int cf2, u32 state)
544 int chan_width, int cf1, int cf2)
681 u8 cf1 = 0, cf2 = 0;
683 channel = dfs_get_valid_channel(iface, &sec, &cf1, &cf2,
694 iface->conf->vht_oper_centr_freq_seg1_idx = cf2;
731 int cf1, int cf2)
734 "success=%d freq=%d ht_enabled=%d chan_offset=%d chan_width=%d cf1=%d cf2=%d",
735 success, freq, ht_enabled, chan_offset, chan_width, cf1, cf2);
740 chan_width, cf1, cf2,
921 int cf1, int cf2)
929 "freq=%d ht_enabled=%d chan_offset=%d chan_width=%d cf1=%d cf2=%d",
930 freq, ht_enabled, chan_offset, chan_width, cf1, cf2);
934 cf1, cf2, HOSTAPD_CHAN_DFS_UNAVAILABLE);
937 res = dfs_are_channels_overlapped(iface, freq, chan_width, cf1, cf2);
950 int cf1, int cf2)
953 "freq=%d ht_enabled=%d chan_offset=%d chan_width=%d cf1=%d cf2=%d",
954 freq, ht_enabled, chan_offset, chan_width, cf1, cf2);
957 cf1, cf2, HOSTAPD_CHAN_DFS_USABLE);