Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/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()
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dmac-cfg.h336 __le32 eht_support; member
353 u8 eht_support; member
/linux/net/mac80211/
H A Dcfg.c1584 link_conf->eht_support = true; in ieee80211_start_ap()
1612 if (!link_conf->eht_support) in ieee80211_start_ap()
4389 if (chanreq.oper.punctured && !link_conf->eht_support) in __ieee80211_channel_switch()
H A Dmesh.c749 sdata->vif.bss_conf.eht_support = in ieee80211_mesh_update_bss_params()
H A Dmlme.c5585 bss_conf->eht_support = link_sta->pub->eht_cap.has_eht; in ieee80211_assoc_config_link()
5586 bss_conf->epcs_support = bss_conf->eht_support && in ieee80211_assoc_config_link()
5598 bss_conf->eht_support = false; in ieee80211_assoc_config_link()
5605 bss_conf->eht_support = false; in ieee80211_assoc_config_link()
/linux/drivers/net/wireless/ath/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()
/linux/include/net/
H A Dmac80211.h834 bool eht_support; member
/linux/drivers/net/wireless/realtek/rtw89/
H A Dchan.c168 if (!bss_conf->eht_support) { in _rtw89_chan_update_punctured()
H A Dfw.c4016 if (bss_conf->eht_support) { in rtw89_fw_h2c_assoc_cmac_tbl_g7()
4139 if (bss_conf->eht_support) { in rtw89_fw_h2c_assoc_cmac_tbl_be()
4940 if (bss_conf->eht_support) in rtw89_fw_get_sta_type()
H A Dcore.c2425 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()
/linux/drivers/net/wireless/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()