Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/son/dispatcher/src/
Dson_ucfg_api.c143 uint32_t *num_tx_streams, in ucfg_son_vdev_get_supported_txrx_streams() argument
147 num_tx_streams, in ucfg_son_vdev_get_supported_txrx_streams()
Dson_api.c1379 uint32_t *num_tx_streams, in wlan_son_vdev_get_supported_txrx_streams() argument
1404 *num_tx_streams = nss_cfg->tx_nss[band]; in wlan_son_vdev_get_supported_txrx_streams()
/wlan-driver/qcacld-3.0/components/son/dispatcher/inc/
Dson_ucfg_api.h207 uint32_t *num_tx_streams,
Dson_api.h330 uint32_t *num_tx_streams,
/wlan-driver/qcacld-3.0/os_if/son/src/
Dos_if_son.c890 uint32_t num_tx_streams = 0; in os_if_son_get_apcap() local
900 status = ucfg_son_vdev_get_supported_txrx_streams(vdev, &num_tx_streams, in os_if_son_get_apcap()
919 apcap->htcap.max_tx_nss = num_tx_streams; in os_if_son_get_apcap()
931 apcap->vhtcap.max_tx_nss = num_tx_streams; in os_if_son_get_apcap()
942 apcap->hecap.max_tx_nss = num_tx_streams; in os_if_son_get_apcap()