Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_stats.c330 hdd_stats->class_a_stat.tx_mcs_index = in copy_station_stats_to_adapter()
6993 uint8_t tx_mcs_index, tx_nss = 1; in hdd_get_max_tx_bitrate() local
7003 tx_mcs_index = link_info->hdd_stats.class_a_stat.tx_mcs_index; in hdd_get_max_tx_bitrate()
7023 if (tx_mcs_index == INVALID_MCS_IDX) in hdd_get_max_tx_bitrate()
7024 tx_mcs_index = 0; in hdd_get_max_tx_bitrate()
7028 sinfo.signal, tx_rate_flags, tx_mcs_index, in hdd_get_max_tx_bitrate()
7584 uint8_t tx_mcs_index, rx_mcs_index; in wlan_hdd_update_rate_info() local
7600 tx_mcs_index = hdd_stats->class_a_stat.tx_mcs_index; in wlan_hdd_update_rate_info()
7622 if (tx_mcs_index == INVALID_MCS_IDX && my_tx_rate) in wlan_hdd_update_rate_info()
7635 if (tx_mcs_index == INVALID_MCS_IDX) in wlan_hdd_update_rate_info()
[all …]
/wlan-driver/qcacld-3.0/core/sme/inc/
H A Dcsr_api.h682 uint32_t tx_mcs_index; member