Searched refs:rx_mcs2x2 (Results 1 – 4 of 4) sorted by relevance
4453 *value = mlme_obj->cfg.vht_caps.vht_cap_info.rx_mcs2x2; in wlan_mlme_get_vht_rx_mcs_2x2()4739 value = (value & VHT_MCS_2x2) | (vht_cap_info->rx_mcs2x2 << 2); in mlme_update_vht_cap()4746 value = (value & VHT_MCS_2x2) | (vht_cap_info->rx_mcs2x2 << 2); in mlme_update_vht_cap()4834 temp = (temp & 0xFFF3) | (vht_cap_info->rx_mcs2x2 << 2); in mlme_update_nss_vht_cap()4843 temp = (temp & 0xFFF3) | (vht_cap_info->rx_mcs2x2 << 2); in mlme_update_nss_vht_cap()
925 uint8_t rx_mcs2x2; member
1869 vht_cap_info->rx_mcs2x2 = in mlme_init_vht_cap_cfg()
1571 mcs_set = (mcs_set & 0xFFF3) | (vht_cap_info->rx_mcs2x2 << 2);