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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_ht.c473 struct ieee80211_ht_capabilities *ht_cap,
478 if (ht_cap == NULL)
480 os_memcpy(neg_ht_cap, ht_cap, sizeof(*neg_ht_cap));
472 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.h63 struct ieee80211_ht_capabilities *ht_cap,
H A Ddrv_callbacks.c142 struct ieee80211_ht_capabilities *ht_cap = local
146 if (le_to_host16(ht_cap->ht_capabilities_info) &
H A Dieee802_11.c1775 struct ieee80211_ht_capabilities ht_cap; local
1790 hostapd_get_ht_capab(hapd, sta->ht_capabilities, &ht_cap);
1805 sta->flags & WLAN_STA_HT ? &ht_cap : NULL,
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_ht.c473 struct ieee80211_ht_capabilities *ht_cap,
478 if (ht_cap == NULL)
480 os_memcpy(neg_ht_cap, ht_cap, sizeof(*neg_ht_cap));
472 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.h63 struct ieee80211_ht_capabilities *ht_cap,
H A Ddrv_callbacks.c142 struct ieee80211_ht_capabilities *ht_cap = local
146 if (le_to_host16(ht_cap->ht_capabilities_info) &
H A Dieee802_11.c1775 struct ieee80211_ht_capabilities ht_cap; local
1790 hostapd_get_ht_capab(hapd, sta->ht_capabilities, &ht_cap);
1805 sta->flags & WLAN_STA_HT ? &ht_cap : NULL,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11_ht.c473 struct ieee80211_ht_capabilities *ht_cap,
478 if (ht_cap == NULL)
480 os_memcpy(neg_ht_cap, ht_cap, sizeof(*neg_ht_cap));
472 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.h63 struct ieee80211_ht_capabilities *ht_cap,
H A Ddrv_callbacks.c142 struct ieee80211_ht_capabilities *ht_cap = local
146 if (le_to_host16(ht_cap->ht_capabilities_info) &
H A Dieee802_11.c1775 struct ieee80211_ht_capabilities ht_cap; local
1790 hostapd_get_ht_capab(hapd, sta->ht_capabilities, &ht_cap);
1805 sta->flags & WLAN_STA_HT ? &ht_cap : NULL,
/external/wpa_supplicant_8/hostapd/src/common/
H A Dhw_features_common.c334 struct ieee80211_ht_capabilities *ht_cap = local
338 if (le_to_host16(ht_cap->ht_capabilities_info) &
/external/wpa_supplicant_8/src/common/
H A Dhw_features_common.c334 struct ieee80211_ht_capabilities *ht_cap = local
338 if (le_to_host16(ht_cap->ht_capabilities_info) &
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dhw_features_common.c334 struct ieee80211_ht_capabilities *ht_cap = local
338 if (le_to_host16(ht_cap->ht_capabilities_info) &
/external/wpa_supplicant_8/wpa_supplicant/
H A Dsme.c1292 u16 ht_cap; local
1331 ht_cap = (ie && (ie[1] == 26)) ? WPA_GET_LE16(ie + 2) : 0;
1333 " freq=%u chan=%u ht_cap=0x%x",
1334 MAC2STR(bss->bssid), bss->freq, channel, ht_cap);
1336 if (!ht_cap || (ht_cap & HT_CAP_INFO_40MHZ_INTOLERANT)) {
1337 if (ht_cap & HT_CAP_INFO_40MHZ_INTOLERANT)

Completed in 106 milliseconds