Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Dhw_features_common.c458 bool eht_enabled, int sec_channel_offset, in hostapd_set_freq_params() argument
472 eht_enabled = 0; in hostapd_set_freq_params()
480 data->eht_enabled = eht_enabled; in hostapd_set_freq_params()
501 if (!data->he_enabled && !data->eht_enabled) { in hostapd_set_freq_params()
570 if (data->eht_enabled) switch (oper_chwidth) { in hostapd_set_freq_params()
583 if (data->he_enabled || data->eht_enabled) switch (oper_chwidth) { in hostapd_set_freq_params()
662 if (data->eht_enabled || data->he_enabled || in hostapd_set_freq_params()
772 if (!data->eht_enabled || !is_6ghz_freq(freq)) { in hostapd_set_freq_params()
H A Dhw_features_common.h45 bool eht_enabled, int sec_channel_offset,
/freebsd/contrib/wpa/src/ap/
H A Dap_drv_ops.c647 int he_enabled, bool eht_enabled, in hostapd_set_freq() argument
656 vht_enabled, he_enabled, eht_enabled, in hostapd_set_freq()
987 int he_enabled, bool eht_enabled, in hostapd_start_dfs_cac() argument
1008 vht_enabled, he_enabled, eht_enabled, in hostapd_start_dfs_cac()
1177 params.eht_enabled = !!(hapd->iface->conf->ieee80211be); in hostapd_drv_do_acs()
H A Dap_drv_ops.h75 bool eht_enabled, int sec_channel_offset, int oper_chwidth,
138 int he_enabled, bool eht_enabled,
H A Dhostapd.c4389 settings->freq_params.eht_enabled); in hostapd_fill_csa_settings()
4463 if (freq_params->eht_enabled) in hostapd_chan_switch_config()
4580 iface->conf->ieee80211be = freq_params->eht_enabled; in hostapd_switch_channel_fallback()
H A Dctrl_iface_ap.c1141 settings->freq_params.eht_enabled = !!os_strstr(pos, " eht"); in hostapd_parse_csa_settings()
H A Dieee802_11.c7231 !hapd->cs_freq_params.eht_enabled)) in hostapd_eid_wb_chsw_wrapper()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h867 bool eht_enabled; member
2848 bool eht_enabled; member
H A Ddriver_nl80211.c4951 wpa_printf(MSG_DEBUG, " * eht_enabled=%d", freq->eht_enabled); in nl80211_put_freq_params()
4963 ((freq->he_enabled || freq->eht_enabled) && !is_24ghz)) { in nl80211_put_freq_params()
5494 freq->he_enabled, freq->eht_enabled, freq->bandwidth, in nl80211_set_channel()
12542 (params->eht_enabled && in nl80211_qca_do_acs()
12561 params->vht_enabled, params->eht_enabled, params->ch_width, in nl80211_qca_do_acs()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dmesh.c637 wpa_s->mesh_eht_enabled = !!params->freq.eht_enabled; in wpa_supplicant_join_mesh()
H A Dwpa_supplicant.c3175 freq->eht_enabled, in ibss_mesh_select_80_160mhz()
3230 freq->eht_enabled = 0; in ibss_mesh_setup_freq()
3249 freq->eht_enabled = ibss_mesh_can_use_eht(wpa_s, ssid, mode, in ibss_mesh_setup_freq()
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c2483 if (params->he_enabled || params->eht_enabled) { in hostapd_ctrl_check_freq_params()
2623 if (!params->eht_enabled) { in hostapd_ctrl_check_freq_params()