Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_hostapd.c1308 static int get_max_rate_vht(int nss, int ch_width, int sgi, int vht_mcs_map) in get_max_rate_vht() argument
1327 (vht_mcs_map & DATA_RATE_11AC_MCS_MASK); in get_max_rate_vht()
1341 vht_mcs_map & DATA_RATE_11AC_MCS_MASK); in get_max_rate_vht()
1377 int ht_mcs_idx, int vht_mcs_map) in calculate_max_phy_rate() argument
1434 tmprate = get_max_rate_vht(nss, ch_width, sgi, vht_mcs_map); in calculate_max_phy_rate()
H A Dwlan_hdd_stats.c7047 uint32_t vht_mcs_map; in hdd_report_max_rate() local
7163 &vht_mcs_map); in hdd_report_max_rate()
7173 (vht_mcs_map & DATA_RATE_11AC_MCS_MASK); in hdd_report_max_rate()
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h2779 #define WMI_VHT_MAX_MCS_EXT_SS_GET(vht_mcs_map, index) WMI_GET_BITS(vht_mcs_map, 16 + index, 1) argument
2780 #define WMI_VHT_MAX_MCS_EXT_SS_SET(vht_mcs_map, index, value) WMI_SET_BITS(vht_mcs_map, 16 + index,… argument
2783 #define WMI_VHT_MCS_NOTIFY_EXT_SS_GET(vht_mcs_map) WMI_GET_BITS(vht_mcs_map, 24, 1) argument
2784 #define WMI_VHT_MCS_NOTIFY_EXT_SS_SET(vht_mcs_map, value) WMI_SET_BITS(vht_mcs_map, 24, 1, value) argument