Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11_ht.c474 struct ieee80211_ht_capabilities *neg_ht_cap) in hostapd_get_ht_capab() argument
480 os_memcpy(neg_ht_cap, ht_cap, sizeof(*neg_ht_cap)); in hostapd_get_ht_capab()
481 cap = le_to_host16(neg_ht_cap->ht_capabilities_info); in hostapd_get_ht_capab()
501 neg_ht_cap->ht_capabilities_info = host_to_le16(cap); in hostapd_get_ht_capab()
Dieee802_11.h66 struct ieee80211_ht_capabilities *neg_ht_cap);