Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11_vht.c45 *pos++ = WLAN_EID_VHT_CAP; in hostapd_eid_vht_capabilities()
360 if (vht_capab[0] != WLAN_EID_VHT_CAP) in copy_sta_vendor_vht()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ie.c562 } else if (*pos == WLAN_EID_VHT_CAP && in wpa_supplicant_parse_ies()
/external/wpa_supplicant_8/src/common/
Dieee802_11_common.c309 case WLAN_EID_VHT_CAP: in ieee802_11_parse_elems()
Dieee802_11_defs.h285 #define WLAN_EID_VHT_CAP 191 macro
/external/wpa_supplicant_8/wpa_supplicant/
Dscan.c2052 ie = wpa_scan_get_ie(res, WLAN_EID_VHT_CAP); in scan_est_throughput()