Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11_vht.c53 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()
/external/wpa_supplicant_8/src/drivers/
Ddriver_common.c143 return (mode->vht_mcs_set[0] & 0x3) != 3; in vht_supported()
Ddriver_nl80211_capa.c946 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()
Ddriver.h175 u8 vht_mcs_set[8]; member