Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11_vht.c127 struct ieee80211_vht_capabilities *vht_cap, in hostapd_get_vht_capab() argument
132 if (vht_cap == NULL) in hostapd_get_vht_capab()
134 os_memcpy(neg_vht_cap, vht_cap, sizeof(*neg_vht_cap)); in hostapd_get_vht_capab()
Dieee802_11.h61 struct ieee80211_vht_capabilities *vht_cap,
Dieee802_11.c1895 struct ieee80211_vht_capabilities vht_cap; in handle_assoc_cb() local
1971 hostapd_get_vht_capab(hapd, sta->vht_capabilities, &vht_cap); in handle_assoc_cb()
1978 sta->flags & WLAN_STA_VHT ? &vht_cap : NULL, in handle_assoc_cb()