Searched refs:ht_cap (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/wpa/src/ap/
H A Dieee802_11_ht.c244 struct ieee80211_ht_capabilities *ht_cap,
249 if (ht_cap == NULL)
251 os_memcpy(neg_ht_cap, ht_cap, sizeof(*neg_ht_cap));
243 hostapd_get_ht_capab(struct hostapd_data *hapd, struct ieee80211_ht_capabilities *ht_cap, struct ieee80211_ht_capabilities *neg_ht_cap) argument
H A Dieee802_11.h54 struct ieee80211_ht_capabilities *ht_cap,
H A Dieee802_11.c1710 struct ieee80211_ht_capabilities ht_cap; local
1781 hostapd_get_ht_capab(hapd, sta->ht_capabilities, &ht_cap);
1787 sta->flags & WLAN_STA_HT ? &ht_cap : NULL,
/freebsd-10.2-release/contrib/wpa/wpa_supplicant/
H A Dsme.c895 u16 ht_cap; local
931 ht_cap = (ie && (ie[1] == 26)) ? WPA_GET_LE16(ie + 2) : 0;
933 if (!ht_cap || (ht_cap & HT_CAP_INFO_40MHZ_INTOLERANT)) {
942 if (ht_cap & HT_CAP_INFO_40MHZ_INTOLERANT)

Completed in 288 milliseconds