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_standard/src/ap/
H A Dieee802_11_vht.c32 if (mode->mode == HOSTAPD_MODE_IEEE80211G && hapd->conf->vendor_vht && in hostapd_eid_vht_capabilities()
H A 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()
H A Dap_config.h704 int vendor_vht; member
H A Dhw_features.c662 iface->conf->bss[0]->vendor_vht && in ieee80211ac_supported_vht_capab()
H A Dieee802_11.c4551 if (hapd->conf->vendor_vht && !elems.vht_capabilities) { in check_assoc_ies()
4552 resp = copy_sta_vendor_vht(hapd, sta, elems.vendor_vht, in check_assoc_ies()
5250 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/
H A Dieee802_11_common.h59 const u8 *vendor_vht; member
H A Dieee802_11_common.c152 elems->vendor_vht = pos; in ieee802_11_parse_vendor_specific()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A 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()
H A Dieee802_11_vht.c32 if (mode->mode == HOSTAPD_MODE_IEEE80211G && hapd->conf->vendor_vht && in hostapd_eid_vht_capabilities()
H A Dap_config.h672 int vendor_vht; member
H A Dhw_features.c643 iface->conf->bss[0]->vendor_vht && in ieee80211ac_supported_vht_capab()
H A 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/common/
H A Dieee802_11_common.h85 const u8 *vendor_vht; member
H A Dieee802_11_common.c165 elems->vendor_vht = pos; in ieee802_11_parse_vendor_specific()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c3601 } else if (os_strcmp(buf, "vendor_vht") == 0) { in hostapd_config_fill()
3602 bss->vendor_vht = atoi(pos); in hostapd_config_fill()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_config_file.c3444 } else if (os_strcmp(buf, "vendor_vht") == 0) {
3445 bss->vendor_vht = atoi(pos);

Completed in 54 milliseconds