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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_ht.c243 struct ieee80211_ht_capabilities *ht_cap,
248 if (ht_cap == NULL)
250 os_memcpy(neg_ht_cap, ht_cap, sizeof(*neg_ht_cap));
242 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.c1857 struct ieee80211_ht_capabilities ht_cap; local
1929 hostapd_get_ht_capab(hapd, sta->ht_capabilities, &ht_cap);
1939 sta->flags & WLAN_STA_HT ? &ht_cap : NULL,
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_ht.c243 struct ieee80211_ht_capabilities *ht_cap,
248 if (ht_cap == NULL)
250 os_memcpy(neg_ht_cap, ht_cap, sizeof(*neg_ht_cap));
242 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.c1857 struct ieee80211_ht_capabilities ht_cap; local
1929 hostapd_get_ht_capab(hapd, sta->ht_capabilities, &ht_cap);
1939 sta->flags & WLAN_STA_HT ? &ht_cap : NULL,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11_ht.c243 struct ieee80211_ht_capabilities *ht_cap,
248 if (ht_cap == NULL)
250 os_memcpy(neg_ht_cap, ht_cap, sizeof(*neg_ht_cap));
242 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.c1857 struct ieee80211_ht_capabilities ht_cap; local
1929 hostapd_get_ht_capab(hapd, sta->ht_capabilities, &ht_cap);
1939 sta->flags & WLAN_STA_HT ? &ht_cap : NULL,
/external/wpa_supplicant_8/wpa_supplicant/
H A Dsme.c949 u16 ht_cap; local
988 ht_cap = (ie && (ie[1] == 26)) ? WPA_GET_LE16(ie + 2) : 0;
990 if (!ht_cap || (ht_cap & HT_CAP_INFO_40MHZ_INTOLERANT)) {
999 if (ht_cap & HT_CAP_INFO_40MHZ_INTOLERANT)

Completed in 205 milliseconds