Home
last modified time | relevance | path

Searched refs:eht_support (Results 1 – 12 of 12) 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()
70 cmd->wifi_gen_v2.eht_support = cpu_to_le32(1); in iwl_mvm_mld_mac_ctxt_cmd_common()
72 cmd->wifi_gen.eht_support = 1; in iwl_mvm_mld_mac_ctxt_cmd_common()
88 if (!link_conf->he_support && link_conf->eht_support) in iwl_mvm_mld_mac_ctxt_cmd_common()
91 if (link_conf->eht_support) { in iwl_mvm_mld_mac_ctxt_cmd_common()
93 cmd->wifi_gen_v2.eht_support = cpu_to_le32(1); in iwl_mvm_mld_mac_ctxt_cmd_common()
95 cmd->wifi_gen.eht_support = 1; in iwl_mvm_mld_mac_ctxt_cmd_common()
H A Dlink.c304 !link_conf->eht_support || !def || in iwl_mvm_link_changed()
H A Dmld-mac80211.c726 has_eht = link_conf->eht_support && !iwlwifi_mod_params.disable_11be; in iwl_mvm_mld_link_info_changed_station()
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dmac-cfg.h324 __le32 eht_support; member
341 u8 eht_support; member
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Diface.c174 cmd->wifi_gen_v2.eht_support = cpu_to_le32(1); in iwl_mld_mac_cmd_fill_common()
176 cmd->wifi_gen.eht_support = 1; in iwl_mld_mac_cmd_fill_common()
H A Dmac80211.c1178 has_eht = link_conf->eht_support && !iwlwifi_mod_params.disable_11be; in iwl_mld_link_changed_mapping()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h335 bool eht_support; member
/freebsd/sys/contrib/dev/rtw89/
H A Dchan.c145 if (!bss_conf->eht_support) { in _rtw89_chan_update_punctured()
H A Dfw.c3584 if (bss_conf->eht_support) {
4131 if (bss_conf->eht_support)
H A Dcore.c2182 if (bss_conf->eht_support) in rtw89_stats_trigger_frame()
H A Dmac.c4924 set = bss_conf->he_support && !bss_conf->eht_support; in rtw89_mac_set_he_tb()
/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()