Searched refs:vht_mcs_set (Results 1 – 4 of 4) sorted by relevance
54 os_memcpy(&cap->vht_supported_mcs_set, mode->vht_mcs_set, 8); in hostapd_eid_vht_capabilities()131 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()
1029 os_memcpy(mode->vht_mcs_set, mcs, 8); in phy_info_vht_capa()1205 mode->vht_mcs_set[0] = 0xff; in phy_info_band()1206 mode->vht_mcs_set[1] = 0xff; in phy_info_band()1207 mode->vht_mcs_set[4] = 0xff; in phy_info_band()1208 mode->vht_mcs_set[5] = 0xff; in phy_info_band()
184 u8 vht_mcs_set[8]; member