Home
last modified time | relevance | path

Searched refs:disable_11ax (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/bsd/wpa/dist/src/ap/
Dieee802_11_he.c488 !hapd->iconf->ieee80211ax || hapd->conf->disable_11ax || in copy_sta_he_capab()
518 hapd->conf->disable_11ax || in copy_sta_he_6ghz_capab()
548 !hapd->iconf->ieee80211ax || hapd->conf->disable_11ax) in hostapd_get_he_twt_responder()
Dap_config.c1391 bss->disable_11ax = true; in hostapd_config_check_bss()
1402 bss->disable_11ax = true; in hostapd_config_check_bss()
1477 (!conf->ieee80211ax || bss->disable_11ax)) { in hostapd_config_check_bss()
1492 if (full_config && !bss->disable_11be && bss->disable_11ax) { in hostapd_config_check_bss()
Dbeacon.c571 if (!hapd->iconf->ieee80211ax || hapd->conf->disable_11ax) in he_elem_len()
797 if (hapd->iconf->ieee80211ax && !hapd->conf->disable_11ax && in hostapd_probe_resp_fill_elems()
811 if (hapd->iconf->ieee80211ax && !hapd->conf->disable_11ax) { in hostapd_probe_resp_fill_elems()
1762 if (hapd->iconf->ieee80211ax && !hapd->conf->disable_11ax) in hostapd_gen_fils_discovery_phy_index()
2285 if (hapd->iconf->ieee80211ax && !hapd->conf->disable_11ax && in ieee802_11_build_ap_params()
2299 if (hapd->iconf->ieee80211ax && !hapd->conf->disable_11ax) { in ieee802_11_build_ap_params()
Dneighbor_db.c236 int he = hapd->iconf->ieee80211ax && !hapd->conf->disable_11ax; in hostapd_neighbor_set_own_report()
Dwnm_ap.c743 if (!hapd->iconf->ieee80211ax || hapd->conf->disable_11ax) in ieee802_11_rx_wnm_event_report()
759 if (!hapd->iconf->ieee80211ax || hapd->conf->disable_11ax) in ieee802_11_rx_wnm_event_report()
Dctrl_iface_ap.c883 !hapd->conf->disable_11ax, in hostapd_ctrl_iface_status()
953 if (iface->conf->ieee80211ax && !hapd->conf->disable_11ax) { in hostapd_ctrl_iface_status()
Dap_config.h554 bool disable_11ax; member
Dieee802_11.c3987 if (hapd->iconf->ieee80211ax && !hapd->conf->disable_11ax) { in __check_assoc_ies()
4470 if (hapd->iconf->ieee80211ax && !hapd->conf->disable_11ax) { in ieee80211_ml_build_assoc_resp()
4980 if (hapd->iconf->ieee80211ax && !hapd->conf->disable_11ax) { in send_assoc_resp()
/netbsd/src/external/bsd/wpa/dist/hostapd/
Dconfig_file.c5018 bss->disable_11ax = !!atoi(pos); in hostapd_config_fill()