| /freebsd-13.1/contrib/wpa/src/common/ |
| H A D | hw_features_common.c | 385 int vht_enabled, int he_enabled, in hostapd_set_freq_params() argument 398 data->vht_enabled = vht_enabled; in hostapd_set_freq_params() 478 data->vht_enabled = 0; in hostapd_set_freq_params() 524 } else if (data->vht_enabled) switch (oper_chwidth) { in hostapd_set_freq_params() 546 if (data->he_enabled || data->vht_enabled) switch (oper_chwidth) { in hostapd_set_freq_params()
|
| H A D | hw_features_common.h | 42 int vht_enabled, int he_enabled,
|
| /freebsd-13.1/contrib/wpa/src/ap/ |
| H A D | ap_drv_ops.c | 549 int ht_enabled, int vht_enabled, in hostapd_set_freq() argument 559 vht_enabled, he_enabled, sec_channel_offset, in hostapd_set_freq() 812 int channel, int ht_enabled, int vht_enabled, in hostapd_start_dfs_cac() argument 833 vht_enabled, he_enabled, sec_channel_offset, in hostapd_start_dfs_cac() 955 params.vht_enabled = !!(hapd->iface->conf->ieee80211ac); in hostapd_drv_do_acs()
|
| H A D | ap_drv_ops.h | 67 int ht_enabled, int vht_enabled, 130 int channel, int ht_enabled, int vht_enabled,
|
| H A D | hostapd.c | 3499 conf->ieee80211ac = params->vht_enabled; in hostapd_change_config_freq() 3551 settings->freq_params.vht_enabled, in hostapd_fill_csa_settings() 3614 if (freq_params->vht_enabled) in hostapd_chan_switch_config() 3697 iface->conf->ieee80211ac = freq_params->vht_enabled; in hostapd_switch_channel_fallback()
|
| H A D | ctrl_iface_ap.c | 919 settings->freq_params.vht_enabled = !!os_strstr(pos, " vht"); in hostapd_parse_csa_settings()
|
| H A D | ieee802_11.c | 7027 (!hapd->cs_freq_params.vht_enabled && in hostapd_eid_wb_chsw_wrapper()
|
| /freebsd-13.1/contrib/wpa/src/drivers/ |
| H A D | driver.h | 754 int vht_enabled; member 2454 int vht_enabled; member
|
| H A D | driver_nl80211.c | 4338 (params->freq->vht_enabled && in nl80211_put_beacon_rate() 4354 (params->freq->vht_enabled && in nl80211_put_beacon_rate() 4897 wpa_printf(MSG_DEBUG, " * vht_enabled=%d", freq->vht_enabled); in nl80211_put_freq_params() 4904 if (freq->vht_enabled || (freq->he_enabled && !is_24ghz)) { in nl80211_put_freq_params() 4989 freq->freq, freq->ht_enabled, freq->vht_enabled, freq->he_enabled, in nl80211_set_channel() 9201 freq->freq, freq->ht_enabled, freq->vht_enabled, freq->he_enabled, in nl80211_start_radar_detection() 9821 settings->freq_params.vht_enabled ? " vht" : "", in nl80211_switch_channel() 11051 (params->vht_enabled && in nl80211_qca_do_acs() 11067 params->vht_enabled, params->ch_width, params->edmg_enabled); in nl80211_qca_do_acs() 11733 params->vht_enabled) || in wpa_driver_do_broadcom_acs() [all …]
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | mesh.c | 634 wpa_s->mesh_vht_enabled = !!params->freq.vht_enabled; in wpa_supplicant_join_mesh()
|
| H A D | wpa_supplicant.c | 2642 freq->vht_enabled = 0; in ibss_mesh_setup_freq() 2651 vht_freq.vht_enabled = vht_supported(mode); in ibss_mesh_setup_freq() 2652 if (!vht_freq.vht_enabled && !is_6ghz) in ibss_mesh_setup_freq() 2758 vht_freq.vht_enabled, freq->he_enabled, in ibss_mesh_setup_freq()
|
| H A D | ctrl_iface.c | 1177 freq_params.vht_enabled = !!os_strstr(pos, " vht"); in wpa_supplicant_ctrl_iface_tdls_chan_switch() 1192 freq_params.vht_enabled ? " VHT" : ""); in wpa_supplicant_ctrl_iface_tdls_chan_switch()
|
| H A D | p2p_supplicant.c | 9705 csa_settings.freq_params.vht_enabled = conf->ieee80211ac; in wpas_p2p_move_go_csa()
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/dbus/ |
| H A D | dbus_new_handlers.c | 2790 freq_params.vht_enabled = entry.bool_value; in wpas_dbus_handler_tdls_channel_switch() 2826 freq_params.vht_enabled ? " VHT" : ""); in wpas_dbus_handler_tdls_channel_switch()
|