Lines Matching refs:eht_capab
1911 struct eht_capabilities *eht_capab = &mode->eht_capab[opmode]; in phy_info_iftype_copy() local
1986 eht_capab->eht_supported = true; in phy_info_iftype_copy()
1993 eht_capab->mac_cap = WPA_GET_LE16(pos); in phy_info_iftype_copy()
1998 if (len > sizeof(eht_capab->phy_cap)) in phy_info_iftype_copy()
1999 len = sizeof(eht_capab->phy_cap); in phy_info_iftype_copy()
2000 os_memcpy(eht_capab->phy_cap, in phy_info_iftype_copy()
2007 if (len > sizeof(eht_capab->mcs)) in phy_info_iftype_copy()
2008 len = sizeof(eht_capab->mcs); in phy_info_iftype_copy()
2009 os_memcpy(eht_capab->mcs, in phy_info_iftype_copy()
2016 if (len > sizeof(eht_capab->ppet)) in phy_info_iftype_copy()
2017 len = sizeof(eht_capab->ppet); in phy_info_iftype_copy()
2018 os_memcpy(&eht_capab->ppet, in phy_info_iftype_copy()