Searched refs:eht_enabled (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/wpa/src/common/ |
H A D | hw_features_common.c | 458 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 D | hw_features_common.h | 45 bool eht_enabled, int sec_channel_offset,
|
/freebsd/contrib/wpa/src/ap/ |
H A D | ap_drv_ops.c | 647 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 D | ap_drv_ops.h | 75 bool eht_enabled, int sec_channel_offset, int oper_chwidth, 138 int he_enabled, bool eht_enabled,
|
H A D | hostapd.c | 4389 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 D | ctrl_iface_ap.c | 1141 settings->freq_params.eht_enabled = !!os_strstr(pos, " eht"); in hostapd_parse_csa_settings()
|
H A D | ieee802_11.c | 7231 !hapd->cs_freq_params.eht_enabled)) in hostapd_eid_wb_chsw_wrapper()
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver.h | 867 bool eht_enabled; member 2848 bool eht_enabled; member
|
H A D | driver_nl80211.c | 4951 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 D | mesh.c | 637 wpa_s->mesh_eht_enabled = !!params->freq.eht_enabled; in wpa_supplicant_join_mesh()
|
H A D | wpa_supplicant.c | 3175 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 D | ctrl_iface.c | 2483 if (params->he_enabled || params->eht_enabled) { in hostapd_ctrl_check_freq_params() 2623 if (!params->eht_enabled) { in hostapd_ctrl_check_freq_params()
|