Searched refs:vht_mcs_set (Results 1 – 6 of 6) sorted by relevance
67 os_memcpy(&cap->vht_supported_mcs_set, mode->vht_mcs_set, 8); in hostapd_eid_vht_capabilities()160 os_memcpy(&ap_vht_cap.vht_supported_mcs_set, mode->vht_mcs_set, in check_valid_vht_mcs()
993 u16 rxmap = WPA_GET_LE16(&mode->vht_mcs_set[0]); in hostapd_ctrl_iface_status()994 u16 txmap = WPA_GET_LE16(&mode->vht_mcs_set[4]); in hostapd_ctrl_iface_status()
795 struct wpa_supp_event_vht_mcs_info *vht_mcs_set) in phy_info_vht_capa_cfg() argument800 if (vht_mcs_set) { in phy_info_vht_capa_cfg()801 os_memcpy(mode->vht_mcs_set, vht_mcs_set, 8); in phy_info_vht_capa_cfg()847 mode->vht_mcs_set[0] = 0xff; in phy_info_band_cfg()848 mode->vht_mcs_set[1] = 0xff; in phy_info_band_cfg()849 mode->vht_mcs_set[4] = 0xff; in phy_info_band_cfg()850 mode->vht_mcs_set[5] = 0xff; in phy_info_band_cfg()
186 return (mode->vht_mcs_set[0] & 0x3) != 3; in vht_supported()
1650 os_memcpy(mode->vht_mcs_set, mcs, 8); in phy_info_vht_capa()2089 mode->vht_mcs_set[0] = 0xff; in phy_info_band()2090 mode->vht_mcs_set[1] = 0xff; in phy_info_band()2091 mode->vht_mcs_set[4] = 0xff; in phy_info_band()2092 mode->vht_mcs_set[5] = 0xff; in phy_info_band()
298 u8 vht_mcs_set[8]; member