Searched refs:vht_mcs_set (Results 1 – 4 of 4) sorted by relevance
53 os_memcpy(&cap->vht_supported_mcs_set, mode->vht_mcs_set, 8); in hostapd_eid_vht_capabilities()110 os_memcpy(&ap_vht_cap.vht_supported_mcs_set, mode->vht_mcs_set, in check_valid_vht_mcs()
143 return (mode->vht_mcs_set[0] & 0x3) != 3; in vht_supported()
946 os_memcpy(mode->vht_mcs_set, mcs, 8); in phy_info_vht_capa()1120 mode->vht_mcs_set[0] = 0xff; in phy_info_band()1121 mode->vht_mcs_set[1] = 0xff; in phy_info_band()1122 mode->vht_mcs_set[4] = 0xff; in phy_info_band()1123 mode->vht_mcs_set[5] = 0xff; in phy_info_band()
175 u8 vht_mcs_set[8]; member