Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac.c34 cmd->eht_support = 0; in iwl_mvm_mld_mac_ctxt_cmd_common()
55 cmd->eht_support = cpu_to_le32(1); 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()
75 cmd->eht_support = cpu_to_le32(1); in iwl_mvm_mld_mac_ctxt_cmd_common()
H A Dlink.c332 !link_conf->eht_support || !def || in iwl_mvm_link_changed()
H A Dmld-mac80211.c739 has_eht = link_conf->eht_support && !iwlwifi_mod_params.disable_11be; in iwl_mvm_mld_link_info_changed_station()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dmac-cfg.h345 __le32 eht_support; member
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Diface.c146 cmd->eht_support = cpu_to_le32(1); in iwl_mld_mac_cmd_fill_common()
H A Dmac80211.c1146 has_eht = link_conf->eht_support && !iwlwifi_mod_params.disable_11be; in iwl_mld_link_changed_mapping()
/linux-6.15/net/mac80211/
H A Dmesh.c742 sdata->vif.bss_conf.eht_support = in ieee80211_mesh_update_bss_params()
H A Dmlme.c5377 bss_conf->eht_support = link_sta->pub->eht_cap.has_eht; in ieee80211_assoc_config_link()
5378 bss_conf->epcs_support = bss_conf->eht_support && in ieee80211_assoc_config_link()
5390 bss_conf->eht_support = false; in ieee80211_assoc_config_link()
5397 bss_conf->eht_support = false; in ieee80211_assoc_config_link()
H A Dcfg.c1394 link_conf->eht_support = true; in ieee80211_start_ap()
4052 if (chanreq.oper.punctured && !link_conf->eht_support) in __ieee80211_channel_switch()
/linux-6.15/include/net/
H A Dmac80211.h826 bool eht_support; member
/linux-6.15/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c1387 if (!eht_cap || !eht_cap->has_eht || !conf->eht_support) in mt76_connac_get_phy_mode_ext()
/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dfw.c3487 if (bss_conf->eht_support) { in rtw89_fw_h2c_assoc_cmac_tbl_g7()
3991 if (bss_conf->eht_support) in rtw89_fw_get_sta_type()
H A Dmac.c4853 set = bss_conf->he_support && !bss_conf->eht_support; in rtw89_mac_set_he_tb()