Home
last modified time | relevance | path

Searched refs:vht_mcs_set (Results 1 – 6 of 6) sorted by relevance

/hostap-latest/src/ap/
Dieee802_11_vht.c67 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()
Dctrl_iface_ap.c993 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()
/hostap-latest/src/drivers/
Ddriver_zephyr.c795 struct wpa_supp_event_vht_mcs_info *vht_mcs_set) in phy_info_vht_capa_cfg() argument
800 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()
Ddriver_common.c186 return (mode->vht_mcs_set[0] & 0x3) != 3; in vht_supported()
Ddriver_nl80211_capa.c1650 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()
Ddriver.h298 u8 vht_mcs_set[8]; member