Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_stats.c123 static const struct index_data_rate_type supported_data_rate[] = { variable
5893 for (i = 0; i < QDF_ARRAY_SIZE(supported_data_rate); i++) { in hdd_get_max_rate_legacy()
5894 if (supported_data_rate[i].beacon_rate_index == maxidx) in hdd_get_max_rate_legacy()
5896 supported_data_rate[i].supported_rate[rssidx]; in hdd_get_max_rate_legacy()
7108 for (j = 0; j < ARRAY_SIZE(supported_data_rate); j++) { in hdd_report_max_rate()
7110 if (supported_data_rate[j].beacon_rate_index == in hdd_report_max_rate()
7113 supported_data_rate[j]. in hdd_report_max_rate()
7129 for (j = 0; j < ARRAY_SIZE(supported_data_rate); j++) { in hdd_report_max_rate()
7130 if (supported_data_rate[j].beacon_rate_index == in hdd_report_max_rate()
7132 current_rate = supported_data_rate[j]. in hdd_report_max_rate()
Dwlan_hdd_hostapd.c175 static const struct index_data_rate_type supported_data_rate[] = { variable
1392 for (i = 0; i < QDF_ARRAY_SIZE(supported_data_rate); i++) { in calculate_max_phy_rate()
1393 if (supported_data_rate[i].beacon_rate_index == maxidx) in calculate_max_phy_rate()
1394 maxrate = supported_data_rate[i].supported_rate[0]; in calculate_max_phy_rate()