Home
last modified time | relevance | path

Searched refs:mac_cap (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/wpa/src/ap/
H A Dieee802_11_he.c90 os_memcpy(cap->he_mac_capab_info, mode->he_capab[opmode].mac_cap, in hostapd_eid_he_capab()
/freebsd-12.1/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c1596 if (len > sizeof(he_capab->mac_cap)) in phy_info_iftype_copy()
1597 len = sizeof(he_capab->mac_cap); in phy_info_iftype_copy()
1598 os_memcpy(he_capab->mac_cap, in phy_info_iftype_copy()
H A Ddriver.h196 u8 mac_cap[HE_MAX_MAC_CAPAB_SIZE]; member