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