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.c496 struct ieee80211_ht_capabilities *neg_ht_cap) in hostapd_get_ht_capab() argument
502 os_memcpy(neg_ht_cap, ht_cap, sizeof(*neg_ht_cap)); in hostapd_get_ht_capab()
503 cap = le_to_host16(neg_ht_cap->ht_capabilities_info); in hostapd_get_ht_capab()
523 neg_ht_cap->ht_capabilities_info = host_to_le16(cap); in hostapd_get_ht_capab()
Dieee802_11.h75 struct ieee80211_ht_capabilities *neg_ht_cap);