Lines Matching refs:bandwidth
2482 bw_idx[bw] != params->bandwidth) in hostapd_ctrl_check_freq_params()
2502 switch (params->bandwidth) { in hostapd_ctrl_check_freq_params()
2640 start_freq = params->center_freq1 - (params->bandwidth / 2); in hostapd_ctrl_check_freq_params()
2641 if (!is_punct_bitmap_valid(params->bandwidth, in hostapd_ctrl_check_freq_params()
2661 int bandwidth; in hostapd_ctrl_iface_chan_switch() local
2684 switch (settings.freq_params.bandwidth) { in hostapd_ctrl_iface_chan_switch()
2686 bandwidth = CHAN_WIDTH_40; in hostapd_ctrl_iface_chan_switch()
2690 bandwidth = CHAN_WIDTH_80P80; in hostapd_ctrl_iface_chan_switch()
2692 bandwidth = CHAN_WIDTH_80; in hostapd_ctrl_iface_chan_switch()
2695 bandwidth = CHAN_WIDTH_160; in hostapd_ctrl_iface_chan_switch()
2698 bandwidth = CHAN_WIDTH_320; in hostapd_ctrl_iface_chan_switch()
2701 bandwidth = CHAN_WIDTH_20; in hostapd_ctrl_iface_chan_switch()
2707 iface, bandwidth, settings.freq_params.center_freq1); in hostapd_ctrl_iface_chan_switch()
2710 iface, bandwidth, settings.freq_params.freq); in hostapd_ctrl_iface_chan_switch()
2714 iface, bandwidth, settings.freq_params.center_freq2); in hostapd_ctrl_iface_chan_switch()
2723 settings.freq_params.bandwidth); in hostapd_ctrl_iface_chan_switch()
2734 settings.freq_params.bandwidth, in hostapd_ctrl_iface_chan_switch()