Home
last modified time | relevance | path

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

12

/Linux-v4.19/net/mac80211/
Dvht.c36 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()
Dtdls.c54 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()
Ddebugfs_sta.c400 vhtc->vht_supported ? "" : "not "); in sta_vht_capa_read()
401 if (vhtc->vht_supported) { in sta_vht_capa_read()
Drc80211_minstrel_ht.c913 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()
Dmesh.c479 if (!sband->vht_cap.vht_supported || in mesh_add_vht_cap_ie()
516 if (!vht_cap->vht_supported || in mesh_add_vht_oper_ie()
Dmain.c950 supp_vht = supp_vht || sband->vht_cap.vht_supported; in ieee80211_register_hw()
Dmlme.c205 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()
Dibss.c199 sband->vht_cap.vht_supported) { in ieee80211_ibss_build_presp()
Dsta_info.c1927 if (sta->sta.vht_cap.vht_supported) { in sta_info_tx_streams()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/
Drc.c163 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()
Dbase.c254 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()
Dcore.c933 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/
Drc.c130 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()
Dcore.c883 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()
Dbase.c239 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/
Drs-fw.c120 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()
Dsf.c168 if (sta->ht_cap.ht_supported || sta->vht_cap.vht_supported) { in iwl_mvm_fill_sf_command()
Drs.c2765 if (sta->vht_cap.vht_supported && in rs_get_initial_rate()
3192 if (!vht_cap || !vht_cap->vht_supported) in rs_drv_rate_init()
Dtx.c854 !sta->vht_cap.vht_supported) in iwl_mvm_tx_tso()
/Linux-v4.19/net/wireless/
Dchan.c773 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/
Dmac80211.c213 vht_cap->vht_supported = true; in mt76_init_sband()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/
Diwl-nvm-parse.c396 vht_cap->vht_supported = true; in iwl_init_vht_hw_capab()
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dmac.c2477 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/
Dcfg80211.h283 bool vht_supported; member
/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/
Dcommands.c1423 bcap->vht_supported = true; in qtnf_cmd_resp_band_fill_vhtcap()

12