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.c423 struct ieee80211_ht_capabilities *neg_ht_cap)
429 os_memcpy(neg_ht_cap, ht_cap, sizeof(*neg_ht_cap));
430 cap = le_to_host16(neg_ht_cap->ht_capabilities_info);
450 neg_ht_cap->ht_capabilities_info = host_to_le16(cap);
421 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.c423 struct ieee80211_ht_capabilities *neg_ht_cap)
429 os_memcpy(neg_ht_cap, ht_cap, sizeof(*neg_ht_cap));
430 cap = le_to_host16(neg_ht_cap->ht_capabilities_info);
450 neg_ht_cap->ht_capabilities_info = host_to_le16(cap);
421 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.c423 struct ieee80211_ht_capabilities *neg_ht_cap)
429 os_memcpy(neg_ht_cap, ht_cap, sizeof(*neg_ht_cap));
430 cap = le_to_host16(neg_ht_cap->ht_capabilities_info);
450 neg_ht_cap->ht_capabilities_info = host_to_le16(cap);
421 hostapd_get_ht_capab(struct hostapd_data *hapd, struct ieee80211_ht_capabilities *ht_cap, struct ieee80211_ht_capabilities *neg_ht_cap) argument

Completed in 200 milliseconds