Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dieee802_11_he.c250 struct ieee80211_he_capabilities *neg_he_cap, in hostapd_get_he_capab() argument
256 if (he_capab_len > sizeof(*neg_he_cap)) in hostapd_get_he_capab()
257 he_capab_len = sizeof(*neg_he_cap); in hostapd_get_he_capab()
260 os_memcpy(neg_he_cap, he_cap, he_capab_len); in hostapd_get_he_capab()
Dieee802_11.h78 struct ieee80211_he_capabilities *neg_he_cap,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dieee802_11_he.c379 struct ieee80211_he_capabilities *neg_he_cap, in hostapd_get_he_capab() argument
385 if (he_capab_len > sizeof(*neg_he_cap)) in hostapd_get_he_capab()
386 he_capab_len = sizeof(*neg_he_cap); in hostapd_get_he_capab()
389 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,