Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11_ht.c244 struct ieee80211_ht_capabilities *ht_cap, in hostapd_get_ht_capab() argument
249 if (ht_cap == NULL) in hostapd_get_ht_capab()
251 os_memcpy(neg_ht_cap, ht_cap, sizeof(*neg_ht_cap)); in hostapd_get_ht_capab()
Dieee802_11.h52 struct ieee80211_ht_capabilities *ht_cap,
Dieee802_11.c1489 struct ieee80211_ht_capabilities ht_cap; in handle_assoc_cb() local
1559 hostapd_get_ht_capab(hapd, sta->ht_capabilities, &ht_cap); in handle_assoc_cb()
1565 sta->flags & WLAN_STA_HT ? &ht_cap : NULL, in handle_assoc_cb()