/Linux-v4.19/net/mac80211/ |
D | vht.c | 36 if (!vht_cap->vht_supported) in ieee80211_apply_vhtcap_overrides() 133 if (!vht_cap_ie || !sband->vht_cap.vht_supported) in ieee80211_vht_cap_ie_to_sta_vht_cap() 157 vht_cap->vht_supported = true; in ieee80211_vht_cap_ie_to_sta_vht_cap() 283 vht_cap->vht_supported = false; in ieee80211_vht_cap_ie_to_sta_vht_cap() 324 if (!vht_cap->vht_supported) in ieee80211_sta_cap_rx_bw() 343 if (!vht_cap->vht_supported) { in ieee80211_sta_cap_chan_bw() 454 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 | debugfs_sta.c | 400 vhtc->vht_supported ? "" : "not "); in sta_vht_capa_read() 401 if (vhtc->vht_supported) { in sta_vht_capa_read()
|
D | rc80211_minstrel_ht.c | 913 if (!mi->sta->vht_cap.vht_supported) in minstrel_ht_get_max_amsdu_len() 1149 if (vht_cap->vht_supported) in minstrel_ht_update_caps() 1231 if (!vht_cap->vht_supported || in minstrel_ht_update_caps()
|
D | mesh.c | 479 if (!sband->vht_cap.vht_supported || in mesh_add_vht_cap_ie() 516 if (!vht_cap->vht_supported || in mesh_add_vht_oper_ie()
|
D | main.c | 950 supp_vht = supp_vht || sband->vht_cap.vht_supported; in ieee80211_register_hw()
|
D | mlme.c | 205 if (!vht_oper || !sband->vht_cap.vht_supported) { in ieee80211_determine_chantype() 4625 sband->vht_cap.vht_supported) { in ieee80211_prep_channel() 5106 if (!sband->vht_cap.vht_supported || in ieee80211_mgd_assoc()
|
D | ibss.c | 199 sband->vht_cap.vht_supported) { in ieee80211_ibss_build_presp()
|
D | sta_info.c | 1927 if (sta->sta.vht_cap.vht_supported) { in sta_info_tx_streams()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/ |
D | rc.c | 163 if (sta && sta->vht_cap.vht_supported) in _rtl_rc_rate_set_series() 178 if (sta && sta->vht_cap.vht_supported && in _rtl_rc_rate_set_series()
|
D | base.c | 254 vht_cap->vht_supported = true; in _rtl_init_hw_vht_capab() 286 vht_cap->vht_supported = true; in _rtl_init_hw_vht_capab() 652 if ((!sta->ht_cap.ht_supported) && (!sta->vht_cap.vht_supported)) in _rtl_query_shortgi() 665 bw_80 = sta->vht_cap.vht_supported; in _rtl_query_shortgi() 903 if (!(sta->vht_cap.vht_supported)) in _rtl_query_bandwidth_mode() 907 !(sta->vht_cap.vht_supported)) in _rtl_query_bandwidth_mode() 1290 if (sta && sta->vht_cap.vht_supported) { in rtl_get_tcb_desc()
|
D | core.c | 933 if (sta->vht_cap.vht_supported) in rtl_op_sta_add() 1144 if (sta->vht_cap.vht_supported) { in rtl_op_bss_info_changed() 1308 if (sta->vht_cap.vht_supported) { in rtl_op_bss_info_changed() 1334 if (sta->vht_cap.vht_supported) in rtl_op_bss_info_changed()
|
/Linux-v4.19/drivers/staging/rtlwifi/ |
D | rc.c | 130 if (sta && sta->vht_cap.vht_supported) in _rtl_rc_rate_set_series() 145 if (sta && sta->vht_cap.vht_supported && in _rtl_rc_rate_set_series()
|
D | core.c | 883 if (sta->vht_cap.vht_supported) in rtl_op_sta_add() 900 if (sta->vht_cap.vht_supported) in rtl_op_sta_add() 1131 if (sta->vht_cap.vht_supported) { in rtl_op_bss_info_changed() 1292 if (sta->vht_cap.vht_supported) in rtl_op_bss_info_changed() 1334 if (sta->vht_cap.vht_supported) { in rtl_op_bss_info_changed() 1361 if (sta->vht_cap.vht_supported) in rtl_op_bss_info_changed()
|
D | base.c | 239 vht_cap->vht_supported = true; in _rtl_init_hw_vht_capab() 271 vht_cap->vht_supported = true; in _rtl_init_hw_vht_capab() 629 if (!sta->ht_cap.ht_supported && !sta->vht_cap.vht_supported) in _rtl_query_shortgi() 642 bw_80 = sta->vht_cap.vht_supported; in _rtl_query_shortgi() 880 if (!(sta->vht_cap.vht_supported)) in _rtl_query_bandwidth_mode() 884 !(sta->vht_cap.vht_supported)) in _rtl_query_bandwidth_mode() 1264 } else if (sta && sta->vht_cap.vht_supported) { in rtl_get_tcb_desc()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | rs-fw.c | 120 bool vht_ena = vht_cap && vht_cap->vht_supported; in rs_fw_set_config_flags() 247 } else if (vht_cap && vht_cap->vht_supported) { in rs_fw_set_supp_rates()
|
D | sf.c | 168 if (sta->ht_cap.ht_supported || sta->vht_cap.vht_supported) { in iwl_mvm_fill_sf_command()
|
D | rs.c | 2765 if (sta->vht_cap.vht_supported && in rs_get_initial_rate() 3192 if (!vht_cap || !vht_cap->vht_supported) in rs_drv_rate_init()
|
D | tx.c | 854 !sta->vht_cap.vht_supported) in iwl_mvm_tx_tso()
|
/Linux-v4.19/net/wireless/ |
D | chan.c | 773 if (!vht_cap->vht_supported) in cfg80211_chandef_usable() 779 if (!vht_cap->vht_supported) in cfg80211_chandef_usable()
|
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/ |
D | mac80211.c | 213 vht_cap->vht_supported = true; in mt76_init_sband()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-nvm-parse.c | 396 vht_cap->vht_supported = true; in iwl_init_vht_hw_capab()
|
/Linux-v4.19/drivers/net/wireless/ath/ath10k/ |
D | mac.c | 2477 if (!vht_cap->vht_supported) in ath10k_peer_assoc_h_vht() 2639 if (sta->vht_cap.vht_supported && in ath10k_peer_assoc_h_phymode() 2662 if (sta->vht_cap.vht_supported && in ath10k_peer_assoc_h_phymode() 4433 vht_cap.vht_supported = 1; in ath10k_create_vht_cap()
|
/Linux-v4.19/include/net/ |
D | cfg80211.h | 283 bool vht_supported; member
|
/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/ |
D | commands.c | 1423 bcap->vht_supported = true; in qtnf_cmd_resp_band_fill_vhtcap()
|