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.c422 struct ieee80211_ht_capabilities *ht_cap, in hostapd_get_ht_capab() argument
427 if (ht_cap == NULL) in hostapd_get_ht_capab()
429 os_memcpy(neg_ht_cap, ht_cap, sizeof(*neg_ht_cap)); in hostapd_get_ht_capab()
Dieee802_11.h58 struct ieee80211_ht_capabilities *ht_cap,
Dhw_features.c494 struct ieee80211_ht_capabilities *ht_cap = in ieee80211n_check_40mhz_2g4() local
498 if (le_to_host16(ht_cap->ht_capabilities_info) & in ieee80211n_check_40mhz_2g4()
Ddrv_callbacks.c133 struct ieee80211_ht_capabilities *ht_cap = in hostapd_notif_assoc() local
137 if (le_to_host16(ht_cap->ht_capabilities_info) & in hostapd_notif_assoc()
Dieee802_11.c1894 struct ieee80211_ht_capabilities ht_cap; in handle_assoc_cb() local
1967 hostapd_get_ht_capab(hapd, sta->ht_capabilities, &ht_cap); in handle_assoc_cb()
1977 sta->flags & WLAN_STA_HT ? &ht_cap : NULL, in handle_assoc_cb()
/external/wpa_supplicant_8/wpa_supplicant/
Dsme.c1059 u16 ht_cap; in sme_proc_obss_scan() local
1098 ht_cap = (ie && (ie[1] == 26)) ? WPA_GET_LE16(ie + 2) : 0; in sme_proc_obss_scan()
1101 MAC2STR(bss->bssid), bss->freq, channel, ht_cap); in sme_proc_obss_scan()
1103 if (!ht_cap || (ht_cap & HT_CAP_INFO_40MHZ_INTOLERANT)) { in sme_proc_obss_scan()
1104 if (ht_cap & HT_CAP_INFO_40MHZ_INTOLERANT) in sme_proc_obss_scan()