Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dbeacon.c392 if (hapd->conf->vendor_vht) { in hostapd_gen_probe_resp()
521 if (hapd->conf->vendor_vht) in hostapd_gen_probe_resp()
1083 if (hapd->conf->vendor_vht) { in ieee802_11_build_ap_params()
1238 if (hapd->conf->vendor_vht) in ieee802_11_build_ap_params()
Dieee802_11_vht.c32 if (mode->mode == HOSTAPD_MODE_IEEE80211G && hapd->conf->vendor_vht && in hostapd_eid_vht_capabilities()
Dap_config.h672 int vendor_vht; member
Dhw_features.c643 iface->conf->bss[0]->vendor_vht && in ieee80211ac_supported_vht_capab()
Dieee802_11.c2984 if (hapd->conf->vendor_vht && !elems.vht_capabilities) { in check_assoc_ies()
2985 resp = copy_sta_vendor_vht(hapd, sta, elems.vendor_vht, in check_assoc_ies()
3641 if (sta && hapd->conf->vendor_vht && (sta->flags & WLAN_STA_VENDOR_VHT)) in send_assoc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dieee802_11_vht.c32 if (mode->mode == HOSTAPD_MODE_IEEE80211G && hapd->conf->vendor_vht && in hostapd_eid_vht_capabilities()
Dbeacon.c455 if (hapd->conf->vendor_vht) { in hostapd_gen_probe_resp()
590 if (hapd->conf->vendor_vht) in hostapd_gen_probe_resp()
1456 if (hapd->conf->vendor_vht) { in ieee802_11_build_ap_params()
1613 if (hapd->conf->vendor_vht) in ieee802_11_build_ap_params()
Dap_config.h704 int vendor_vht; member
Dhw_features.c662 iface->conf->bss[0]->vendor_vht && in ieee80211ac_supported_vht_capab()
Dieee802_11.c4529 if (hapd->conf->vendor_vht && !elems.vht_capabilities) { in check_assoc_ies()
4530 resp = copy_sta_vendor_vht(hapd, sta, elems.vendor_vht, in check_assoc_ies()
5228 if (sta && hapd->conf->vendor_vht && (sta->flags & WLAN_STA_VENDOR_VHT)) in send_assoc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dieee802_11_common.h59 const u8 *vendor_vht; member
Dieee802_11_common.c152 elems->vendor_vht = pos; in ieee802_11_parse_vendor_specific()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_11_common.h85 const u8 *vendor_vht; member
Dieee802_11_common.c162 elems->vendor_vht = pos; in ieee802_11_parse_vendor_specific()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c3445 bss->vendor_vht = atoi(pos);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c3564 bss->vendor_vht = atoi(pos); in hostapd_config_fill()