Lines Matching refs:channel

455 			    int freq, int channel, int enable_edmg,  in hostapd_set_freq_params()  argument
476 data->channel = channel; in hostapd_set_freq_params()
497 hostapd_encode_edmg_chan(enable_edmg, edmg_channel, channel, in hostapd_set_freq_params()
507 if (center_idx_to_bw_6ghz(channel) < 0) { in hostapd_set_freq_params()
658 punct_update_legacy_bw(punct_bitmap, channel, in hostapd_set_freq_params()
705 if (channel <= 48) in hostapd_set_freq_params()
707 else if (channel <= 64) in hostapd_set_freq_params()
709 else if (channel <= 112) in hostapd_set_freq_params()
711 else if (channel <= 128) in hostapd_set_freq_params()
713 else if (channel <= 144) in hostapd_set_freq_params()
715 else if (channel <= 161) in hostapd_set_freq_params()
717 else if (channel <= 177) in hostapd_set_freq_params()
726 if (center_segment0 == channel + 6 || in hostapd_set_freq_params()
727 center_segment0 == channel + 2 || in hostapd_set_freq_params()
728 center_segment0 == channel - 2 || in hostapd_set_freq_params()
729 center_segment0 == channel - 6) in hostapd_set_freq_params()
755 if (center_segment0 == channel + 14 || in hostapd_set_freq_params()
756 center_segment0 == channel + 10 || in hostapd_set_freq_params()
757 center_segment0 == channel + 6 || in hostapd_set_freq_params()
758 center_segment0 == channel + 2 || in hostapd_set_freq_params()
759 center_segment0 == channel - 2 || in hostapd_set_freq_params()
760 center_segment0 == channel - 6 || in hostapd_set_freq_params()
761 center_segment0 == channel - 10 || in hostapd_set_freq_params()
762 center_segment0 == channel - 14) in hostapd_set_freq_params()
782 if (center_segment0 == channel + 30 || in hostapd_set_freq_params()
783 center_segment0 == channel + 26 || in hostapd_set_freq_params()
784 center_segment0 == channel + 22 || in hostapd_set_freq_params()
785 center_segment0 == channel + 18 || in hostapd_set_freq_params()
786 center_segment0 == channel + 14 || in hostapd_set_freq_params()
787 center_segment0 == channel + 10 || in hostapd_set_freq_params()
788 center_segment0 == channel + 6 || in hostapd_set_freq_params()
789 center_segment0 == channel + 2 || in hostapd_set_freq_params()
790 center_segment0 == channel - 2 || in hostapd_set_freq_params()
791 center_segment0 == channel - 6 || in hostapd_set_freq_params()
792 center_segment0 == channel - 10 || in hostapd_set_freq_params()
793 center_segment0 == channel - 14 || in hostapd_set_freq_params()
794 center_segment0 == channel - 18 || in hostapd_set_freq_params()
795 center_segment0 == channel - 22 || in hostapd_set_freq_params()
796 center_segment0 == channel - 26 || in hostapd_set_freq_params()
797 center_segment0 == channel - 30) in hostapd_set_freq_params()