Home
last modified time | relevance | path

Searched refs:WLAN_EID_VHT_CAP (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dtaxonomy.c172 if (id == WLAN_EID_VHT_CAP && elen >= 4) { in ie_to_string()
178 if (id == WLAN_EID_VHT_CAP && elen >= 8) { in ie_to_string()
185 if (id == WLAN_EID_VHT_CAP && elen >= 12) { in ie_to_string()
H A Dieee802_11_vht.c46 *pos++ = WLAN_EID_VHT_CAP; in hostapd_eid_vht_capabilities()
247 if (vht_capab[0] != WLAN_EID_VHT_CAP) in copy_sta_vendor_vht()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_common.c538 case WLAN_EID_VHT_CAP: in __ieee802_11_parse_elems()
781 case WLAN_EID_VHT_CAP: in ieee802_11_elems_clear_ids()
H A Dieee802_11_defs.h457 #define WLAN_EID_VHT_CAP 191 macro
H A Dwpa_common.c3713 } else if (*pos == WLAN_EID_VHT_CAP && in wpa_parse_kde_ies()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dscan.c3003 ie = get_ie(ies, ies_len, WLAN_EID_VHT_CAP); in wpas_get_est_tpt()
H A Devents.c3403 data->assoc_info.resp_ies_len, WLAN_EID_VHT_CAP)) in wpa_supplicant_event_associnfo()