Home
last modified time | relevance | path

Searched refs:he_enabled (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/common/
H A Dhw_features_common.c364 int vht_enabled, int he_enabled, in hostapd_set_freq_params() argument
371 he_enabled = 0; in hostapd_set_freq_params()
378 data->he_enabled = he_enabled; in hostapd_set_freq_params()
H A Dhw_features_common.h35 int vht_enabled, int he_enabled,
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dap_drv_ops.c544 int he_enabled, in hostapd_set_freq() argument
552 vht_enabled, he_enabled, sec_channel_offset, in hostapd_set_freq()
795 int he_enabled, in hostapd_start_dfs_cac() argument
814 vht_enabled, he_enabled, sec_channel_offset, in hostapd_start_dfs_cac()
H A Dap_drv_ops.h66 int he_enabled, int sec_channel_offset, int oper_chwidth,
129 int he_enabled,
H A Dhostapd.c3385 settings->freq_params.he_enabled); in hostapd_fill_csa_settings()
3523 iface->conf->ieee80211ax = freq_params->he_enabled; in hostapd_switch_channel_fallback()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dmesh.c459 wpa_s->mesh_he_enabled = !!params->freq.he_enabled; in wpa_supplicant_join_mesh()
H A Dwpa_supplicant.c2208 freq->he_enabled = mode->he_capab[ieee80211_mode].he_supported; in ibss_mesh_setup_freq()
2416 vht_freq.vht_enabled, freq->he_enabled, in ibss_mesh_setup_freq()
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver.h727 int he_enabled; member
H A Ddriver_nl80211.c4351 wpa_printf(MSG_DEBUG, " * he_enabled=%d", freq->he_enabled); in nl80211_put_freq_params()
4355 if (freq->vht_enabled || freq->he_enabled) { in nl80211_put_freq_params()
4431 freq->freq, freq->ht_enabled, freq->vht_enabled, freq->he_enabled, in nl80211_set_channel()
8427 freq->freq, freq->ht_enabled, freq->vht_enabled, freq->he_enabled, in nl80211_start_radar_detection()