| /Linux-v5.4/net/mac80211/ |
| D | vht.c | 34 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() 341 if (!vht_cap->vht_supported) in ieee80211_sta_cap_rx_bw() 368 if (!vht_cap->vht_supported) { in ieee80211_sta_cap_chan_bw() 479 if (sta->sta.vht_cap.vht_supported) { in ieee80211_sta_set_rx_nss()
|
| D | tdls.c | 54 bool vht = sband && sband->vht_cap.vht_supported; in ieee80211_tdls_add_ext_capab() 504 vht_cap.vht_supported) { in ieee80211_tdls_add_setup_start_ies() 514 vht_cap.vht_supported && sta->sta.vht_cap.vht_supported) { in ieee80211_tdls_add_setup_start_ies() 622 sta->sta.vht_cap.vht_supported) { in ieee80211_tdls_add_setup_cfm_ies()
|
| D | rc80211_minstrel_ht.c | 1151 if (!mi->sta->vht_cap.vht_supported) in minstrel_ht_get_max_amsdu_len() 1405 if (vht_cap->vht_supported) in minstrel_ht_update_caps() 1491 if (!vht_cap->vht_supported || in minstrel_ht_update_caps()
|
| D | debugfs_sta.c | 458 vhtc->vht_supported ? "" : "not "); in sta_vht_capa_read() 459 if (vhtc->vht_supported) { in sta_vht_capa_read()
|
| D | main.c | 973 supp_vht = supp_vht || sband->vht_cap.vht_supported; in ieee80211_register_hw() 1226 if (!sband || !sband->vht_cap.vht_supported) in ieee80211_register_hw()
|
| D | mesh.c | 482 if (!sband->vht_cap.vht_supported || in mesh_add_vht_cap_ie() 519 if (!vht_cap->vht_supported || in mesh_add_vht_oper_ie()
|
| D | mlme.c | 203 if (!vht_oper || !sband->vht_cap.vht_supported) { in ieee80211_determine_chantype() 4782 sband->vht_cap.vht_supported) { in ieee80211_prep_channel() 5318 if (!sband->vht_cap.vht_supported || in ieee80211_mgd_assoc()
|
| D | ibss.c | 197 sband->vht_cap.vht_supported) { in ieee80211_ibss_build_presp()
|
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | rs-fw.c | 126 bool vht_ena = vht_cap->vht_supported; in rs_fw_get_config_flags() 299 } else if (vht_cap->vht_supported) { in rs_fw_set_supp_rates() 386 if (vht_cap->vht_supported) { in rs_fw_get_max_amsdu_len()
|
| D | sf.c | 165 if (sta->ht_cap.ht_supported || sta->vht_cap.vht_supported) { in iwl_mvm_fill_sf_command()
|
| D | rs.c | 2582 if (sta->vht_cap.vht_supported && in rs_get_initial_rate() 3005 if (!vht_cap || !vht_cap->vht_supported) in rs_drv_rate_init()
|
| D | tx.c | 946 !sta->vht_cap.vht_supported) in iwl_mvm_tx_tso()
|
| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/ |
| D | rc.c | 141 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()
|
| D | base.c | 232 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()
|
| D | core.c | 915 if (sta->vht_cap.vht_supported) in rtl_op_sta_add() 1129 if (sta->vht_cap.vht_supported) { in rtl_op_bss_info_changed() 1293 if (sta->vht_cap.vht_supported) { in rtl_op_bss_info_changed() 1320 if (sta->vht_cap.vht_supported) in rtl_op_bss_info_changed()
|
| /Linux-v5.4/drivers/net/wireless/realtek/rtw88/ |
| D | main.c | 549 if (sta->vht_cap.vht_supported) { in rtw_update_sta_info() 572 if (sta->vht_cap.vht_supported) { in rtw_update_sta_info() 583 if (sta->vht_cap.vht_supported) { in rtw_update_sta_info() 620 if (sta->vht_cap.vht_supported && ra_mask & 0xffc00000) { in rtw_update_sta_info() 808 vht_cap->vht_supported = true; in rtw_init_vht_cap() 859 if (chip->vht_supported) in rtw_set_supported_band()
|
| D | tx.c | 263 if (sta->vht_cap.vht_supported) in rtw_tx_data_pkt_info_update()
|
| D | main.h | 846 bool vht_supported; member
|
| D | rtw8822b.c | 1979 .vht_supported = true,
|
| /Linux-v5.4/net/wireless/ |
| D | chan.c | 940 if (!vht_cap->vht_supported) in cfg80211_chandef_usable() 946 if (!vht_cap->vht_supported) in cfg80211_chandef_usable()
|
| /Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt7615/ |
| D | mcu.c | 1381 if (sta->vht_cap.vht_supported) { in mt7615_mcu_set_ht_cap() 1435 ntlv = sta->vht_cap.vht_supported ? 2 : 1; in mt7615_mcu_set_ht_cap() 1446 if (sta->vht_cap.vht_supported) { in mt7615_mcu_set_ht_cap()
|
| /Linux-v5.4/drivers/net/wireless/ |
| D | virt_wifi.c | 116 .vht_supported = true,
|
| /Linux-v5.4/drivers/net/wireless/mediatek/mt76/ |
| D | mac80211.c | 202 vht_cap->vht_supported = true; in mt76_init_sband()
|
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/ |
| D | iwl-nvm-parse.c | 407 vht_cap->vht_supported = true; in iwl_init_vht_hw_capab()
|
| /Linux-v5.4/drivers/net/wireless/ath/ath10k/ |
| D | mac.c | 2523 if (!vht_cap->vht_supported) in ath10k_peer_assoc_h_vht() 2685 if (sta->vht_cap.vht_supported && in ath10k_peer_assoc_h_phymode() 2708 if (sta->vht_cap.vht_supported && in ath10k_peer_assoc_h_phymode() 4533 vht_cap.vht_supported = 1; in ath10k_create_vht_cap() 7416 if (!sta->vht_cap.vht_supported || arvif->vht_num_rates != 1) in ath10k_mac_set_vht_bitrate_mask_fixup() 7457 if (arsta->arvif != arvif || !sta->vht_cap.vht_supported) in ath10k_mac_clr_bitrate_mask_iter()
|