Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_stats.h137 uint16_t supported_rate[4]; member
H A Dwlan_hdd_stats.c5896 supported_data_rate[i].supported_rate[rssidx]; in hdd_get_max_rate_legacy()
5969 tmprate = supported_mcs_rate[mcsidx].supported_rate[flag]; in hdd_get_max_rate_ht()
6646 if (rate == mcs_rate[mcs].supported_rate[0]) { in hdd_get_rate_flags_ht()
6648 } else if (rate == mcs_rate[mcs].supported_rate[1]) { in hdd_get_rate_flags_ht()
6650 } else if (rate == mcs_rate[mcs].supported_rate[2]) { in hdd_get_rate_flags_ht()
6653 } else if (rate == mcs_rate[mcs].supported_rate[3]) { in hdd_get_rate_flags_ht()
7114 supported_rate[rssidx]; in hdd_report_max_rate()
7133 supported_rate[rssidx]; in hdd_report_max_rate()
7254 supported_rate in hdd_report_max_rate()
H A Dwlan_hdd_hostapd.c1394 maxrate = supported_data_rate[i].supported_rate[0]; in calculate_max_phy_rate()
1416 supported_mcs_rate[maxidx].supported_rate[2] : in calculate_max_phy_rate()
1417 supported_mcs_rate[maxidx].supported_rate[0]; in calculate_max_phy_rate()
1420 supported_mcs_rate[maxidx].supported_rate[3] : in calculate_max_phy_rate()
1421 supported_mcs_rate[maxidx].supported_rate[1]; in calculate_max_phy_rate()