Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11_vht.c337 !hapd->iconf->ieee80211ac || hapd->conf->disable_11ac || in copy_sta_vht_capab()
390 hapd->conf->disable_11ac) in copy_sta_vendor_vht()
Dneighbor_db.c166 int vht = hapd->iconf->ieee80211ac && !hapd->conf->disable_11ac; in hostapd_neighbor_set_own_report()
Dctrl_iface_ap.c722 !hapd->conf->disable_11ac, in hostapd_ctrl_iface_status()
728 if (iface->conf->ieee80211ac && !hapd->conf->disable_11ac) { in hostapd_ctrl_iface_status()
743 if (iface->conf->ieee80211ac && !hapd->conf->disable_11ac && mode) { in hostapd_ctrl_iface_status()
Dap_config.c1015 bss->disable_11ac = 1; in hostapd_config_check_bss()
1025 bss->disable_11ac = 1; in hostapd_config_check_bss()
Dap_config.h509 int disable_11ac; member
Dbeacon.c500 if (hapd->iconf->ieee80211ac && !hapd->conf->disable_11ac) { in hostapd_gen_probe_resp()
1214 if (hapd->iconf->ieee80211ac && !hapd->conf->disable_11ac) { in ieee802_11_build_ap_params()
Dieee802_11.c3413 if (hapd->iconf->ieee80211ac && !hapd->conf->disable_11ac) { in send_assoc_resp()