Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A 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()
H A Dieee802_11_ht.c33 *pos++ = WLAN_EID_HT_CAP; in hostapd_eid_ht_capabilities()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_common.c516 case WLAN_EID_HT_CAP: in __ieee802_11_parse_elems()
763 case WLAN_EID_HT_CAP: in ieee802_11_elems_clear_ids()
H A Dieee802_11_defs.h329 #define WLAN_EID_HT_CAP 45 macro
H A Dwpa_common.c3707 } else if (*pos == WLAN_EID_HT_CAP && in wpa_parse_kde_ies()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwnm_sta.c901 if (wpa_bss_ies_eq(bss, wpa_s->current_bss, WLAN_EID_HT_CAP)) in wnm_get_bss_info()
H A Dsme.c3114 ie = wpa_bss_get_ie(bss, WLAN_EID_HT_CAP); in sme_proc_obss_scan()
3285 ie = wpa_bss_get_ie(wpa_s->current_bss, WLAN_EID_HT_CAP); in sme_sched_obss_scan()
H A Dscan.c2955 ie = get_ie(ies, ies_len, WLAN_EID_HT_CAP); in wpas_get_est_tpt()