Home
last modified time | relevance | path

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

/src/sys/contrib/dev/iwlwifi/
H A Diwl-modparams.h88 bool disable_11ac; member
H A Diwl-drv.c2078 .disable_11ac = true,
2230 module_param_named(disable_11ac, iwlwifi_mod_params.disable_11ac, bool, 0444);
2231 MODULE_PARM_DESC(disable_11ac, "Disable VHT capabilities (default: false)");
H A Diwl-nvm-parse.c1071 if (data->sku_cap_11ac_enable && !iwlwifi_mod_params.disable_11ac) in iwl_reinit_cab()
1120 if (data->sku_cap_11ac_enable && !iwlwifi_mod_params.disable_11ac) in iwl_init_sbands()
/src/contrib/wpa/src/ap/
H A Dieee802_11_vht.c189 !hapd->iconf->ieee80211ac || hapd->conf->disable_11ac || in copy_sta_vht_capab()
242 hapd->conf->disable_11ac) in copy_sta_vendor_vht()
H A Dneighbor_db.c235 int vht = hapd->iconf->ieee80211ac && !hapd->conf->disable_11ac; in hostapd_neighbor_set_own_report()
H A Dctrl_iface_ap.c881 !hapd->conf->disable_11ac, in hostapd_ctrl_iface_status()
977 if (iface->conf->ieee80211ac && !hapd->conf->disable_11ac) { in hostapd_ctrl_iface_status()
992 if (iface->conf->ieee80211ac && !hapd->conf->disable_11ac && mode) { in hostapd_ctrl_iface_status()
H A Dap_config.c1370 bss->disable_11ac = true; in hostapd_config_check_bss()
1381 bss->disable_11ac = true; in hostapd_config_check_bss()
H A Dap_config.h553 bool disable_11ac; member
H A Dbeacon.c788 if (hapd->iconf->ieee80211ac && !hapd->conf->disable_11ac && in hostapd_probe_resp_fill_elems()
1767 if (hapd->iconf->ieee80211ac && !hapd->conf->disable_11ac) in hostapd_gen_fils_discovery_phy_index()
2276 if (hapd->iconf->ieee80211ac && !hapd->conf->disable_11ac && in ieee802_11_build_ap_params()
H A Dieee802_11_shared.c1225 (hapd->iconf->ieee80211ac && !hapd->conf->disable_11ac)) && in hostapd_get_ht_vht_twt_responder()
H A Dieee802_11.c4465 if (hapd->iconf->ieee80211ac && !hapd->conf->disable_11ac) { in ieee80211_ml_build_assoc_resp()
4956 if (hapd->iconf->ieee80211ac && !hapd->conf->disable_11ac && in send_assoc_resp()
/src/contrib/wpa/hostapd/
H A Dconfig_file.c5016 bss->disable_11ac = !!atoi(pos); in hostapd_config_fill()