Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_stats.c6001 uint32_t vht_max_mcs; in hdd_get_max_rate_vht() local
6021 vht_max_mcs = in hdd_get_max_rate_vht()
6027 if (vht_max_mcs == DATA_RATE_11AC_MAX_MCS_7) { in hdd_get_max_rate_vht()
6029 } else if (vht_max_mcs == DATA_RATE_11AC_MAX_MCS_8) { in hdd_get_max_rate_vht()
6031 } else if (vht_max_mcs == DATA_RATE_11AC_MAX_MCS_9) { in hdd_get_max_rate_vht()
7058 enum data_rate_11ac_max_mcs vht_max_mcs; in hdd_report_max_rate() local
7172 vht_max_mcs = (enum data_rate_11ac_max_mcs) in hdd_report_max_rate()
7177 if (DATA_RATE_11AC_MAX_MCS_7 == vht_max_mcs) { in hdd_report_max_rate()
7179 } else if (DATA_RATE_11AC_MAX_MCS_8 == vht_max_mcs) { in hdd_report_max_rate()
7181 } else if (DATA_RATE_11AC_MAX_MCS_9 == vht_max_mcs) { in hdd_report_max_rate()
H A Dwlan_hdd_hostapd.c1311 enum data_rate_11ac_max_mcs vht_max_mcs; in get_max_rate_vht() local
1325 vht_max_mcs = in get_max_rate_vht()
1329 if (vht_max_mcs == DATA_RATE_11AC_MAX_MCS_7) { in get_max_rate_vht()
1331 } else if (vht_max_mcs == DATA_RATE_11AC_MAX_MCS_8) { in get_max_rate_vht()
1333 } else if (vht_max_mcs == DATA_RATE_11AC_MAX_MCS_9) { in get_max_rate_vht()