Home
last modified time | relevance | path

Searched refs:op_bw (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
H A Dtarget_if_spectral.c689 enum phy_ch_width op_bw, in target_if_is_sscan_bw_supported() argument
697 if (op_bw >= CH_WIDTH_INVALID) { in target_if_is_sscan_bw_supported()
698 spectral_err("Invalid channel width %d", op_bw); in target_if_is_sscan_bw_supported()
709 supported_bws = &spectral->supported_bws[smode][op_bw]; in target_if_is_sscan_bw_supported()
728 enum phy_ch_width op_bw) in get_max_sscan_bw() argument
733 supported_bws = &spectral->supported_bws[smode][op_bw]; in get_max_sscan_bw()
734 op_bw_pos = get_supported_sscan_bw_pos(op_bw); in get_max_sscan_bw()
758 enum phy_ch_width op_bw, in target_if_spectral_find_agile_width() argument
783 op_bw); in target_if_spectral_find_agile_width()
787 switch (op_bw) { in target_if_spectral_find_agile_width()
[all …]