| /freebsd/contrib/wpa/src/common/ |
| H A D | hw_features_common.c | 482 int vht_enabled, int he_enabled, in hostapd_set_freq_params() argument 503 data->vht_enabled = vht_enabled; in hostapd_set_freq_params() 591 data->vht_enabled = 0; in hostapd_set_freq_params() 657 } else if (data->vht_enabled) switch (oper_chwidth) { in hostapd_set_freq_params() 690 data->vht_enabled) switch (oper_chwidth) { in hostapd_set_freq_params()
|
| H A D | hw_features_common.h | 44 int vht_enabled, int he_enabled,
|
| /freebsd/contrib/wpa/src/ap/ |
| H A D | ap_drv_ops.c | 650 int ht_enabled, int vht_enabled, in hostapd_set_freq() argument 660 vht_enabled, he_enabled, eht_enabled, in hostapd_set_freq() 1077 int channel, int ht_enabled, int vht_enabled, in hostapd_start_dfs_cac() argument 1099 vht_enabled, he_enabled, eht_enabled, in hostapd_start_dfs_cac() 1275 params.vht_enabled = !!(hapd->iface->conf->ieee80211ac); in hostapd_drv_do_acs()
|
| H A D | ap_drv_ops.h | 75 int ht_enabled, int vht_enabled, int he_enabled, 140 int channel, int ht_enabled, int vht_enabled,
|
| H A D | interference.c | 536 settings.freq_params.vht_enabled = iface->conf->ieee80211ac; in hostapd_incumbt_sig_intf_detected()
|
| H A D | ctrl_iface_ap.c | 1159 params->vht_enabled = !!os_strstr(pos, " vht"); in hostapd_parse_freq_params() 1255 params->vht_enabled = 1; in hostapd_ctrl_check_freq_params()
|
| H A D | hostapd.c | 4646 conf->ieee80211ac = params->vht_enabled; in hostapd_change_config_freq() 4776 settings->freq_params.vht_enabled, in hostapd_fill_csa_settings() 4857 if (freq_params->vht_enabled) in hostapd_chan_switch_config() 4998 iface->conf->ieee80211ac = freq_params->vht_enabled; in hostapd_switch_channel_fallback()
|
| H A D | ieee802_11.c | 9429 (!hapd->cs_freq_params.vht_enabled && in hostapd_eid_chsw_wrapper()
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | mesh.c | 639 wpa_s->mesh_vht_enabled = !!params->freq.vht_enabled; in wpa_supplicant_join_mesh()
|
| H A D | wpa_supplicant.c | 3395 if (!freq->vht_enabled && !freq->he_enabled) in ibss_mesh_select_80_160mhz() 3554 freq->vht_enabled, freq->he_enabled, in ibss_mesh_select_80_160mhz() 3608 freq->vht_enabled = 0; in ibss_mesh_setup_freq() 3615 freq->vht_enabled = ibss_mesh_can_use_vht(wpa_s, ssid, mode); in ibss_mesh_setup_freq() 3616 if (freq->vht_enabled || (freq->ht_enabled && is_24ghz) || is_6ghz) in ibss_mesh_setup_freq() 3626 freq->he_enabled = freq->vht_enabled = false; in ibss_mesh_setup_freq()
|
| H A D | ctrl_iface.c | 1247 freq_params.vht_enabled = !!os_strstr(pos, " vht"); in wpa_supplicant_ctrl_iface_tdls_chan_switch() 1262 freq_params.vht_enabled ? " VHT" : ""); in wpa_supplicant_ctrl_iface_tdls_chan_switch()
|
| H A D | p2p_supplicant.c | 11311 csa_settings.freq_params.vht_enabled = conf->ieee80211ac; in wpas_p2p_move_go_csa()
|
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | driver.h | 864 int vht_enabled; member 3165 int vht_enabled; member
|
| H A D | driver_nl80211.c | 5285 (params->freq->vht_enabled && in nl80211_put_beacon_rate() 5301 (params->freq->vht_enabled && in nl80211_put_beacon_rate() 5658 wpa_printf(MSG_DEBUG, " * vht_enabled=%d", freq->vht_enabled); in nl80211_put_freq_params() 5667 if (freq->vht_enabled || in nl80211_put_freq_params() 6187 freq->freq, freq->ht_enabled, freq->vht_enabled, in nl80211_set_channel() 11493 freq->freq, freq->ht_enabled, freq->vht_enabled, freq->he_enabled, in nl80211_start_radar_detection() 12313 settings->freq_params.vht_enabled ? " vht" : "", in nl80211_switch_channel() 13623 (params->vht_enabled && in nl80211_qca_do_acs() 13645 params->vht_enabled, params->eht_enabled, params->ch_width, in nl80211_qca_do_acs() 14881 params->vht_enabled) || in wpa_driver_do_broadcom_acs() [all …]
|
| H A D | driver_bsd.c | 655 freq->vht_enabled ? IFM_IEEE80211_VHT5G : in bsd_set_freq()
|
| /freebsd/contrib/wpa/wpa_supplicant/dbus/ |
| H A D | dbus_new_handlers.c | 3057 freq_params.vht_enabled = entry.bool_value; in wpas_dbus_handler_tdls_channel_switch() 3093 freq_params.vht_enabled ? " VHT" : ""); in wpas_dbus_handler_tdls_channel_switch()
|
| /freebsd/contrib/wpa/hostapd/ |
| H A D | ctrl_iface.c | 2836 freq_params.vht_enabled, in hostapd_ctrl_iface_set_bw()
|