Lines Matching refs:eht_capab
1922 struct eht_capabilities *eht_capab = &mode->eht_capab[opmode]; in phy_info_iftype_copy() local
1997 eht_capab->eht_supported = true; in phy_info_iftype_copy()
2004 eht_capab->mac_cap = WPA_GET_LE16(pos); in phy_info_iftype_copy()
2009 if (len > sizeof(eht_capab->phy_cap)) in phy_info_iftype_copy()
2010 len = sizeof(eht_capab->phy_cap); in phy_info_iftype_copy()
2011 os_memcpy(eht_capab->phy_cap, in phy_info_iftype_copy()
2018 if (len > sizeof(eht_capab->mcs)) in phy_info_iftype_copy()
2019 len = sizeof(eht_capab->mcs); in phy_info_iftype_copy()
2020 os_memcpy(eht_capab->mcs, in phy_info_iftype_copy()
2027 if (len > sizeof(eht_capab->ppet)) in phy_info_iftype_copy()
2028 len = sizeof(eht_capab->ppet); in phy_info_iftype_copy()
2029 os_memcpy(&eht_capab->ppet, in phy_info_iftype_copy()