Home | History | Annotate | Download | only in ap

Lines Matching defs:cf1

499 			 int chan_offset, int chan_width, int cf1,
516 /* Seems cf1 and chan_width is enough here */
522 frequency = cf1;
526 frequency = cf1 - 10;
530 frequency = cf1 - 30;
534 frequency = cf1 - 70;
554 int chan_width, int cf1, int cf2)
578 frequency = cf1;
582 frequency = cf1 - 10;
586 frequency = cf1 - 30;
590 frequency = cf1 - 70;
701 u8 cf1 = 0, cf2 = 0;
703 channel = dfs_get_valid_channel(iface, &sec, &cf1, &cf2,
714 iface->conf->vht_oper_centr_freq_seg0_idx = cf1;
769 int cf1, int cf2)
772 "success=%d freq=%d ht_enabled=%d chan_offset=%d chan_width=%d cf1=%d cf2=%d",
773 success, freq, ht_enabled, chan_offset, chan_width, cf1, cf2);
785 chan_width, cf1, cf2,
811 int cf1, int cf2)
814 "freq=%d ht_enabled=%d chan_offset=%d chan_width=%d cf1=%d cf2=%d",
815 freq, ht_enabled, chan_offset, chan_width, cf1, cf2);
822 cf1, cf2, HOSTAPD_CHAN_DFS_USABLE);
996 int cf1, int cf2)
1001 "freq=%d ht_enabled=%d chan_offset=%d chan_width=%d cf1=%d cf2=%d",
1002 freq, ht_enabled, chan_offset, chan_width, cf1, cf2);
1013 cf1, cf2, HOSTAPD_CHAN_DFS_UNAVAILABLE);
1016 res = dfs_are_channels_overlapped(iface, freq, chan_width, cf1, cf2);
1029 int cf1, int cf2)
1032 "freq=%d ht_enabled=%d chan_offset=%d chan_width=%d cf1=%d cf2=%d",
1033 freq, ht_enabled, chan_offset, chan_width, cf1, cf2);
1041 cf1, cf2, HOSTAPD_CHAN_DFS_USABLE);
1079 int cf1, int cf2)
1084 freq, (freq - 5000) / 5, chan_offset, chan_width, cf1, cf2, 60);