Searched refs:mac_cap (Results 1 – 3 of 3) sorted by relevance
125 os_memcpy(cap->he_mac_capab_info, mode->he_capab[opmode].mac_cap, in hostapd_eid_he_capab()494 u8 *mac_cap; in hostapd_get_he_twt_responder() local500 mac_cap = hapd->iface->current_mode->he_capab[mode].mac_cap; in hostapd_get_he_twt_responder()502 return !!(mac_cap[HE_MAC_CAPAB_0] & HE_MACCAP_TWT_RESPONDER); in hostapd_get_he_twt_responder()
1817 if (len > sizeof(he_capab->mac_cap)) in phy_info_iftype_copy()1818 len = sizeof(he_capab->mac_cap); in phy_info_iftype_copy()1819 os_memcpy(he_capab->mac_cap, in phy_info_iftype_copy()
197 u8 mac_cap[HE_MAX_MAC_CAPAB_SIZE]; member