Home
last modified time | relevance | path

Searched refs:vht_supported (Results 1 – 25 of 44) sorted by relevance

12

/Linux-v5.15/net/mac80211/
Dvht.c34 if (!vht_cap->vht_supported) in ieee80211_apply_vhtcap_overrides()
131 if (!vht_cap_ie || !sband->vht_cap.vht_supported) in ieee80211_vht_cap_ie_to_sta_vht_cap()
155 vht_cap->vht_supported = true; in ieee80211_vht_cap_ie_to_sta_vht_cap()
288 vht_cap->vht_supported = false; in ieee80211_vht_cap_ie_to_sta_vht_cap()
359 if (!vht_cap->vht_supported) in ieee80211_sta_cap_rx_bw()
386 if (!vht_cap->vht_supported) { in ieee80211_sta_cap_chan_bw()
539 if (sta->sta.vht_cap.vht_supported) { in ieee80211_sta_set_rx_nss()
Dtdls.c54 bool vht = sband && sband->vht_cap.vht_supported; in ieee80211_tdls_add_ext_capab()
503 vht_cap.vht_supported) { in ieee80211_tdls_add_setup_start_ies()
513 vht_cap.vht_supported && sta->sta.vht_cap.vht_supported) { in ieee80211_tdls_add_setup_start_ies()
621 sta->sta.vht_cap.vht_supported) { in ieee80211_tdls_add_setup_cfm_ies()
Drc80211_minstrel_ht.c1421 if (!mi->sta->vht_cap.vht_supported) in minstrel_ht_get_max_amsdu_len()
1594 if (vht_cap->vht_supported) in minstrel_ht_update_caps()
1676 if (!vht_cap->vht_supported || in minstrel_ht_update_caps()
Dmain.c1016 supp_vht = supp_vht || sband->vht_cap.vht_supported; in ieee80211_register_hw()
1277 if (!sband || !sband->vht_cap.vht_supported) in ieee80211_register_hw()
Ddebugfs_sta.c519 vhtc->vht_supported ? "" : "not "); in sta_vht_capa_read()
520 if (vhtc->vht_supported) { in sta_vht_capa_read()
Dmesh.c503 if (!sband->vht_cap.vht_supported || in mesh_add_vht_cap_ie()
544 if (!vht_cap->vht_supported || in mesh_add_vht_oper_ie()
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/mvm/
Drs-fw.c72 bool vht_ena = vht_cap->vht_supported; in rs_fw_get_config_flags()
265 } else if (vht_cap->vht_supported) { in rs_fw_set_supp_rates()
379 if (vht_cap->vht_supported) { in rs_fw_get_max_amsdu_len()
Dsf.c110 sta->vht_cap.vht_supported || in iwl_mvm_fill_sf_command()
/Linux-v5.15/drivers/net/wireless/realtek/rtlwifi/
Drc.c141 if (sta && sta->vht_cap.vht_supported) in _rtl_rc_rate_set_series()
156 if (sta && sta->vht_cap.vht_supported && in _rtl_rc_rate_set_series()
Dbase.c232 vht_cap->vht_supported = true; in _rtl_init_hw_vht_capab()
264 vht_cap->vht_supported = true; in _rtl_init_hw_vht_capab()
636 if ((!sta->ht_cap.ht_supported) && (!sta->vht_cap.vht_supported)) in _rtl_query_shortgi()
649 bw_80 = sta->vht_cap.vht_supported; in _rtl_query_shortgi()
887 if (!(sta->vht_cap.vht_supported)) in _rtl_query_bandwidth_mode()
891 !(sta->vht_cap.vht_supported)) in _rtl_query_bandwidth_mode()
1274 if (sta && sta->vht_cap.vht_supported) { in rtl_get_tcb_desc()
Dcore.c917 if (sta->vht_cap.vht_supported) in rtl_op_sta_add()
1150 if (sta->vht_cap.vht_supported) { in rtl_op_bss_info_changed()
1314 if (sta->vht_cap.vht_supported) { in rtl_op_bss_info_changed()
1341 if (sta->vht_cap.vht_supported) in rtl_op_bss_info_changed()
/Linux-v5.15/drivers/net/wireless/realtek/rtw88/
Dmain.c1054 if (sta->vht_cap.vht_supported) { in rtw_update_sta_info()
1075 if (sta->vht_cap.vht_supported) { in rtw_update_sta_info()
1087 if (sta->vht_cap.vht_supported) { in rtw_update_sta_info()
1111 is_support_sgi = sta->vht_cap.vht_supported && in rtw_update_sta_info()
1126 if (sta->vht_cap.vht_supported && ra_mask & 0xffc00000) { in rtw_update_sta_info()
1375 vht_cap->vht_supported = true; in rtw_init_vht_cap()
1434 if (chip->vht_supported) in rtw_set_supported_band()
Dtx.c324 if (sta->vht_cap.vht_supported) in rtw_tx_data_pkt_info_update()
Dmain.h1159 bool vht_supported; member
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/
Dmt76_connac_mcu.c700 if (vht_cap->vht_supported) in mt76_connac_get_phy_mode_v2()
733 if (sta->vht_cap.vht_supported) { in mt76_connac_mcu_sta_tlv()
780 if (sta->vht_cap.vht_supported) { in mt76_connac_mcu_sta_tlv()
821 if (sta->vht_cap.vht_supported) { in mt76_connac_mcu_wtbl_ht_tlv()
855 if (sta->vht_cap.vht_supported) { in mt76_connac_mcu_wtbl_ht_tlv()
1154 if (vht_cap->vht_supported) in mt76_connac_get_phy_mode()
Dmac80211.c229 vht_cap->vht_supported = true; in mt76_init_sband()
/Linux-v5.15/net/wireless/
Dchan.c1030 if (!vht_cap->vht_supported) in cfg80211_chandef_usable()
1038 if (!vht_cap->vht_supported) in cfg80211_chandef_usable()
Dcore.c830 sband->vht_cap.vht_supported))) in wiphy_register()
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7915/
Dmcu.c187 if (vht_cap->vht_supported) in mt7915_get_phy_mode()
1793 if (sta->vht_cap.vht_supported) { in mt7915_mcu_wtbl_ht_tlv()
2051 else if (sta->vht_cap.vht_supported) in mt7915_mcu_sta_bfer_tlv()
2103 } else if (sta->vht_cap.vht_supported) { in mt7915_mcu_sta_bfee_tlv()
2144 } else if (sta->vht_cap.vht_supported) { in mt7915_mcu_add_txbf()
2258 if (sta->vht_cap.vht_supported) { in mt7915_mcu_sta_rate_ctrl_tlv()
2366 if (!sta->vht_cap.vht_supported && !sta->he_cap.has_he) in mt7915_mcu_add_mu()
/Linux-v5.15/drivers/net/wireless/
Dvirt_wifi.c117 .vht_supported = true,
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/
Diwl-nvm-parse.c457 vht_cap->vht_supported = true; in iwl_init_vht_hw_capab()
700 WARN_ON(!vht_cap.vht_supported); in iwl_init_he_6ghz_capa()
/Linux-v5.15/drivers/net/wireless/ath/wcn36xx/
Dmain.c765 if (sta->vht_cap.vht_supported) { in wcn36xx_update_allowed_rates()
1299 vht_cap->vht_supported = true; in wcn36xx_set_ieee80211_vht_caps()
Dsmd.c252 if (sta && sta->vht_cap.vht_supported) in wcn36xx_smd_set_bss_vht_params()
288 if (sta->vht_cap.vht_supported) { in wcn36xx_smd_set_sta_vht_params()
291 sta_params->vht_capable = sta->vht_cap.vht_supported; in wcn36xx_smd_set_sta_vht_params()
/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Dmac.c1227 if (!vht_cap->vht_supported) in ath11k_peer_assoc_h_vht()
1347 if (sta->vht_cap.vht_supported) in ath11k_peer_assoc_h_he()
1642 } else if (sta->vht_cap.vht_supported && in ath11k_peer_assoc_h_phymode()
1665 } else if (sta->vht_cap.vht_supported && in ath11k_peer_assoc_h_phymode()
2978 if (sta->vht_cap.vht_supported && num_vht_rates == 1) { in ath11k_station_assoc()
3133 if (sta->vht_cap.vht_supported && num_vht_rates == 1) { in ath11k_sta_rc_update_wk()
3763 vht_cap.vht_supported = 1; in ath11k_create_vht_cap()
/Linux-v5.15/drivers/net/wireless/ath/ath10k/
Dmac.c2557 if (!vht_cap->vht_supported) in ath10k_peer_assoc_h_vht()
2735 if (sta->vht_cap.vht_supported && in ath10k_peer_assoc_h_phymode()
2758 if (sta->vht_cap.vht_supported && in ath10k_peer_assoc_h_phymode()
4840 vht_cap.vht_supported = 1; in ath10k_create_vht_cap()
6896 if (!sta->vht_cap.vht_supported) { in ath10k_mac_validate_rate_mask()
6902 if (!sta->ht_cap.ht_supported || sta->vht_cap.vht_supported) { in ath10k_mac_validate_rate_mask()
6908 if (sta->ht_cap.ht_supported || sta->vht_cap.vht_supported) in ath10k_mac_validate_rate_mask()
8251 if (!sta->vht_cap.vht_supported || arvif->vht_num_rates != 1) in ath10k_mac_set_vht_bitrate_mask_fixup()
8292 if (arsta->arvif != arvif || !sta->vht_cap.vht_supported) in ath10k_mac_clr_bitrate_mask_iter()

12