Home
last modified time | relevance | path

Searched refs:WLAN_EID_HT_CAP (Results 1 – 16 of 16) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dtaxonomy.c154 if (id == WLAN_EID_HT_CAP && elen >= 2) { in ie_to_string()
160 if (id == WLAN_EID_HT_CAP && elen >= 3) { in ie_to_string()
166 if (id == WLAN_EID_HT_CAP && elen >= 7) { in ie_to_string()
Dieee802_11_ht.c33 *pos++ = WLAN_EID_HT_CAP; in hostapd_eid_ht_capabilities()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dtaxonomy.c154 if (id == WLAN_EID_HT_CAP && elen >= 2) { in ie_to_string()
160 if (id == WLAN_EID_HT_CAP && elen >= 3) { in ie_to_string()
166 if (id == WLAN_EID_HT_CAP && elen >= 7) { in ie_to_string()
Dieee802_11_ht.c33 *pos++ = WLAN_EID_HT_CAP; in hostapd_eid_ht_capabilities()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dwpa_ie.c559 } else if (*pos == WLAN_EID_HT_CAP && in wpa_supplicant_parse_ies()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dieee802_11_common.c395 case WLAN_EID_HT_CAP: in ieee802_11_parse_elems()
Dieee802_11_defs.h300 #define WLAN_EID_HT_CAP 45 macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dsme.c2106 ie = wpa_bss_get_ie(bss, WLAN_EID_HT_CAP); in sme_proc_obss_scan()
2271 ie = wpa_bss_get_ie(wpa_s->current_bss, WLAN_EID_HT_CAP); in sme_sched_obss_scan()
Dwnm_sta.c862 if (wpa_bss_ies_eq(bss, wpa_s->current_bss, WLAN_EID_HT_CAP)) in wnm_get_bss_info()
Dscan.c2318 ie = wpa_scan_get_ie(res, WLAN_EID_HT_CAP); in scan_est_throughput()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dsme.c2440 ie = wpa_bss_get_ie(bss, WLAN_EID_HT_CAP); in sme_proc_obss_scan()
2611 ie = wpa_bss_get_ie(wpa_s->current_bss, WLAN_EID_HT_CAP); in sme_sched_obss_scan()
Dwnm_sta.c879 if (wpa_bss_ies_eq(bss, wpa_s->current_bss, WLAN_EID_HT_CAP)) in wnm_get_bss_info()
Dscan.c2574 ie = get_ie(ies, ies_len, WLAN_EID_HT_CAP); in wpas_get_est_tpt()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_11_defs.h305 #define WLAN_EID_HT_CAP 45 macro
Dieee802_11_common.c458 case WLAN_EID_HT_CAP: in ieee802_11_parse_elems()
Dwpa_common.c3219 } else if (*pos == WLAN_EID_HT_CAP && in wpa_parse_kde_ies()