Home
last modified time | relevance | path

Searched refs:ht_cap (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dieee802_11_ht.c517 struct ieee80211_ht_capabilities *ht_cap, in hostapd_get_ht_capab() argument
522 if (ht_cap == NULL) in hostapd_get_ht_capab()
524 os_memcpy(neg_ht_cap, ht_cap, sizeof(*neg_ht_cap)); in hostapd_get_ht_capab()
Dieee802_11.h68 struct ieee80211_ht_capabilities *ht_cap,
Ddrv_callbacks.c215 struct ieee80211_ht_capabilities *ht_cap = in hostapd_notif_assoc() local
219 if (le_to_host16(ht_cap->ht_capabilities_info) & in hostapd_notif_assoc()
Dieee802_11.c3230 struct ieee80211_ht_capabilities ht_cap; in add_associated_sta() local
3278 hostapd_get_ht_capab(hapd, sta->ht_capabilities, &ht_cap); in add_associated_sta()
3293 sta->flags & WLAN_STA_HT ? &ht_cap : NULL, in add_associated_sta()
/external/wpa_supplicant_8/src/common/
Dhw_features_common.c343 struct ieee80211_ht_capabilities *ht_cap = in check_40mhz_2g4() local
347 if (le_to_host16(ht_cap->ht_capabilities_info) & in check_40mhz_2g4()
/external/wpa_supplicant_8/wpa_supplicant/
Dsme.c2063 u16 ht_cap; in sme_proc_obss_scan() local
2102 ht_cap = (ie && (ie[1] == 26)) ? WPA_GET_LE16(ie + 2) : 0; in sme_proc_obss_scan()
2105 MAC2STR(bss->bssid), bss->freq, channel, ht_cap); in sme_proc_obss_scan()
2107 if (!ht_cap || (ht_cap & HT_CAP_INFO_40MHZ_INTOLERANT)) { in sme_proc_obss_scan()
2108 if (ht_cap & HT_CAP_INFO_40MHZ_INTOLERANT) in sme_proc_obss_scan()