Home
last modified time | relevance | path

Searched refs:neg_he_cap (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dieee802_11_he.c361 struct ieee80211_he_capabilities *neg_he_cap, in hostapd_get_he_capab() argument
367 if (he_capab_len > sizeof(*neg_he_cap)) in hostapd_get_he_capab()
368 he_capab_len = sizeof(*neg_he_cap); in hostapd_get_he_capab()
371 os_memcpy(neg_he_cap, he_cap, he_capab_len); in hostapd_get_he_capab()
Dieee802_11.h79 struct ieee80211_he_capabilities *neg_he_cap,