Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
Dtarget_if_spectral.c645 static const enum phy_ch_width supported_sscan_bw_list[] = { enum
663 max_pos = QDF_ARRAY_SIZE(supported_sscan_bw_list); in get_supported_sscan_bw_pos()
665 if (supported_sscan_bw_list[pos] == sscan_bw) in get_supported_sscan_bw_pos()
742 return supported_sscan_bw_list[pos]; in get_max_sscan_bw()
2285 spectral->supported_sscan_bw_list in target_if_populate_supported_sscan_bws_be()
2290 spectral->supported_sscan_bw_list in target_if_populate_supported_sscan_bws_be()
2314 spectral->supported_sscan_bw_list in target_if_populate_supported_sscan_bws_be()
2322 spectral->supported_sscan_bw_list in target_if_populate_supported_sscan_bws_be()
2329 spectral->supported_sscan_bw_list in target_if_populate_supported_sscan_bws_be()
2399 spectral->supported_sscan_bw_list in target_if_populate_supported_sscan_bws()
[all …]
Dtarget_if_spectral.h1435 bool supported_sscan_bw_list[SPECTRAL_SCAN_MODE_MAX][CH_WIDTH_MAX]; member