Home
last modified time | relevance | path

Searched refs:eht_support (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-mac.c48 cmd->wifi_gen_v2.eht_support = 0; in iwl_mvm_mld_mac_ctxt_cmd_common()
71 if (!link_conf->he_support && link_conf->eht_support) in iwl_mvm_mld_mac_ctxt_cmd_common()
74 if (link_conf->eht_support) { in iwl_mvm_mld_mac_ctxt_cmd_common()
76 cmd->wifi_gen_v2.eht_support = cpu_to_le32(1); in iwl_mvm_mld_mac_ctxt_cmd_common()
78 cmd->wifi_gen.eht_support = 1; in iwl_mvm_mld_mac_ctxt_cmd_common()
H A Dlink.c201 !link_conf->eht_support || !def || in iwl_mvm_link_changed()
H A Dmld-mac80211.c554 has_eht = link_conf->eht_support && !iwlwifi_mod_params.disable_11be; in iwl_mvm_mld_link_info_changed_station()
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Diface.c134 data->support->eht_support = 1; in iwl_mld_mac_wifi_gen_sta_iter()
153 support->eht_support = mld->trans->cfg->eht_supported; in iwl_mld_set_wifi_gen()
159 support->eht_support |= link_conf->eht_support; in iwl_mld_set_wifi_gen()
175 support->eht_support = 1; in iwl_mld_set_wifi_gen()
H A Dmac80211.c1257 has_eht = link_conf->eht_support && !iwlwifi_mod_params.disable_11be; in iwl_mld_link_changed_mapping()
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dmac-cfg.h336 __le32 eht_support; member
353 u8 eht_support; member
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h335 bool eht_support; member
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.c3752 if (!link_conf->eht_support) in ath12k_mac_set_eht_txbf_conf()
12732 bool he_support, eht_support, gi_ltf_set = false; in ath12k_mac_set_rate_params() local
12744 eht_support = link_conf->eht_support; in ath12k_mac_set_rate_params()
12758 if (!he_support && !eht_support) { in ath12k_mac_set_rate_params()
12787 if (eht_support) { in ath12k_mac_set_rate_params()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mcu.c1386 if (!eht_cap || !eht_cap->has_eht || !conf->eht_support) in mt76_connac_get_phy_mode_ext()
/freebsd/sys/contrib/dev/rtw89/
H A Dchan.c168 if (!bss_conf->eht_support) { in _rtw89_chan_update_punctured()
H A Dfw.c4071 if (bss_conf->eht_support) {
4194 if (bss_conf->eht_support) {
4995 if (bss_conf->eht_support)
H A Dcore.c2476 if (bss_conf->eht_support) in rtw89_stats_trigger_frame()
H A Dmac.c5117 set = bss_conf->he_support && !bss_conf->eht_support; in rtw89_mac_set_he_tb()