Home | History | Annotate | Download | only in ap

Lines Matching refs:cf2

500 			 int cf2, u32 state)
554 int chan_width, int cf1, int cf2)
701 u8 cf1 = 0, cf2 = 0;
703 channel = dfs_get_valid_channel(iface, &sec, &cf1, &cf2,
714 iface->conf->vht_oper_centr_freq_seg1_idx = cf2;
751 int cf1, int cf2)
754 "success=%d freq=%d ht_enabled=%d chan_offset=%d chan_width=%d cf1=%d cf2=%d",
755 success, freq, ht_enabled, chan_offset, chan_width, cf1, cf2);
767 chan_width, cf1, cf2,
949 int cf1, int cf2)
954 "freq=%d ht_enabled=%d chan_offset=%d chan_width=%d cf1=%d cf2=%d",
955 freq, ht_enabled, chan_offset, chan_width, cf1, cf2);
966 cf1, cf2, HOSTAPD_CHAN_DFS_UNAVAILABLE);
969 res = dfs_are_channels_overlapped(iface, freq, chan_width, cf1, cf2);
982 int cf1, int cf2)
985 "freq=%d ht_enabled=%d chan_offset=%d chan_width=%d cf1=%d cf2=%d",
986 freq, ht_enabled, chan_offset, chan_width, cf1, cf2);
994 cf1, cf2, HOSTAPD_CHAN_DFS_USABLE);
1027 int cf1, int cf2)
1032 freq, (freq - 5000) / 5, chan_offset, chan_width, cf1, cf2, 60);