Searched defs:neg_ht_cap (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_ht.c474 struct ieee80211_ht_capabilities *neg_ht_cap)
480 os_memcpy(neg_ht_cap, ht_cap, sizeof(*neg_ht_cap));
481 cap = le_to_host16(neg_ht_cap->ht_capabilities_info);
501 neg_ht_cap->ht_capabilities_info = host_to_le16(cap);
472 hostapd_get_ht_capab(struct hostapd_data *hapd, struct ieee80211_ht_capabilities *ht_cap, struct ieee80211_ht_capabilities *neg_ht_cap) argument
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_ht.c474 struct ieee80211_ht_capabilities *neg_ht_cap)
480 os_memcpy(neg_ht_cap, ht_cap, sizeof(*neg_ht_cap));
481 cap = le_to_host16(neg_ht_cap->ht_capabilities_info);
501 neg_ht_cap->ht_capabilities_info = host_to_le16(cap);
472 hostapd_get_ht_capab(struct hostapd_data *hapd, struct ieee80211_ht_capabilities *ht_cap, struct ieee80211_ht_capabilities *neg_ht_cap) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11_ht.c474 struct ieee80211_ht_capabilities *neg_ht_cap)
480 os_memcpy(neg_ht_cap, ht_cap, sizeof(*neg_ht_cap));
481 cap = le_to_host16(neg_ht_cap->ht_capabilities_info);
501 neg_ht_cap->ht_capabilities_info = host_to_le16(cap);
472 hostapd_get_ht_capab(struct hostapd_data *hapd, struct ieee80211_ht_capabilities *ht_cap, struct ieee80211_ht_capabilities *neg_ht_cap) argument

Completed in 92 milliseconds