Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dieee802_11_he.c133 os_memcpy(cap->he_mac_capab_info, mode->he_capab[opmode].mac_cap, in hostapd_eid_he_capab()
544 u8 *mac_cap; in hostapd_get_he_twt_responder() local
551 mac_cap = hapd->iface->current_mode->he_capab[mode].mac_cap; in hostapd_get_he_twt_responder()
553 return !!(mac_cap[HE_MAC_CAPAB_0] & HE_MACCAP_TWT_RESPONDER) && in hostapd_get_he_twt_responder()
Dieee802_11_eht.c158 cap->mac_cap = host_to_le16(eht_cap->mac_cap); in hostapd_eid_eht_capab()
/hostap-latest/src/drivers/
Ddriver_zephyr.h94 unsigned char mac_cap[HE_MAX_MAC_CAPAB_SIZE]; member
Ddriver_nl80211_capa.c1959 if (len > sizeof(he_capab->mac_cap)) in phy_info_iftype_copy()
1960 len = sizeof(he_capab->mac_cap); in phy_info_iftype_copy()
1961 os_memcpy(he_capab->mac_cap, in phy_info_iftype_copy()
2004 eht_capab->mac_cap = WPA_GET_LE16(pos); in phy_info_iftype_copy()
Ddriver.h193 u8 mac_cap[HE_MAX_MAC_CAPAB_SIZE]; member
202 u16 mac_cap; member
Ddriver_zephyr.c810 memcpy(mode->he_capab[IEEE80211_MODE_AP].mac_cap, he->mac_cap, HE_MAX_MAC_CAPAB_SIZE); in phy_info_he_capa_cfg()
/hostap-latest/wpa_supplicant/
Drobust_av.c543 if (eht->mac_cap & EHT_MACCAP_SCS_TRAFFIC_DESC) in wpas_send_scs_req()
/hostap-latest/src/common/
Dieee802_11_defs.h2700 le16 mac_cap; member