Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_assoc_utils.c1311 rates->vhtRxMCSMap = (uint16_t)vht_cap_info->rx_mcs_map; in lim_populate_vht_mcs_set()
1319 rates->vhtRxMCSMap |= VHT_MCS_1x1; in lim_populate_vht_mcs_set()
1327 ((rates->vhtRxMCSMap & VHT_1x1_MCS_MASK) == in lim_populate_vht_mcs_set()
1329 DISABLE_VHT_MCS_9(rates->vhtRxMCSMap, in lim_populate_vht_mcs_set()
1337 ((rates->vhtRxMCSMap & VHT_2x2_MCS_MASK) == in lim_populate_vht_mcs_set()
1339 DISABLE_VHT_MCS_9(rates->vhtRxMCSMap, in lim_populate_vht_mcs_set()
1359 (rates->vhtRxMCSMap & mcs_map_mask)) { in lim_populate_vht_mcs_set()
1360 rates->vhtRxMCSMap &= ~(mcs_map_mask); in lim_populate_vht_mcs_set()
1361 rates->vhtRxMCSMap |= (peer_vht_caps->txMCSMap & mcs_map_mask); in lim_populate_vht_mcs_set()
1373 self_mcs_map = rates->vhtRxMCSMap & mcs_map_mask2x2; in lim_populate_vht_mcs_set()
[all …]
/wlan-driver/qcacld-3.0/core/mac/inc/
Dsir_api.h539 uint16_t vhtRxMCSMap; member
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_mgmt.c1733 cmd->rx_mcs_set = params->supportedRates.vhtRxMCSMap; in wma_send_peer_assoc()