Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:has_eht
(Results
1 - 25
of
25
) sorted by relevance
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
eht.c
74
eht_cap->
has_eht
= true;
in ieee80211_eht_cap_ie_to_sta_eht_cap()
H
A
D
vht.c
371
if (eht_cap->
has_eht
&&
in ieee80211_sta_cap_rx_bw()
553
if (link_sta->pub->eht_cap.
has_eht
) {
in ieee80211_sta_set_rx_nss()
H
A
D
agg-rx.c
296
if (sta->sta.deflink.eht_cap.
has_eht
)
in ___ieee80211_start_rx_ba_session()
491
if (sta->sta.deflink.eht_cap.
has_eht
&& elems && elems->addba_ext_ie) {
in ieee80211_process_addba_request()
H
A
D
debugfs_sta.c
1058
bec->
has_eht
? "" : "not ");
in link_sta_eht_capa_read()
1059
if (!bec->
has_eht
)
in link_sta_eht_capa_read()
H
A
D
main.c
1107
supp_eht = supp_eht || iftd->eht_cap.
has_eht
;
in ieee80211_register_hw()
H
A
D
mlme.c
4262
bss_conf->eht_support = link_sta->pub->eht_cap.
has_eht
;
in ieee80211_assoc_config_link()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H
A
D
iwl-nvm-parse.c
668
.
has_eht
= true,
791
.
has_eht
= true,
896
iftype_data->eht_cap.
has_eht
= false;
in iwl_nvm_fixup_sband_iftd()
901
if (sband->band == NL80211_BAND_6GHZ && iftype_data->eht_cap.
has_eht
)
in iwl_nvm_fixup_sband_iftd()
947
if (iftype_data->eht_cap.
has_eht
) {
in iwl_nvm_fixup_sband_iftd()
963
if (iftype_data->eht_cap.
has_eht
) {
in iwl_nvm_fixup_sband_iftd()
1002
iftype_data->eht_cap.
has_eht
) {
in iwl_nvm_fixup_sband_iftd()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
rs-fw.c
389
if (link_sta->eht_cap.
has_eht
&& sband_he_cap && sband_eht_cap) {
in rs_fw_set_supp_rates()
542
eht_cap->
has_eht
) {
in rs_fw_get_max_amsdu_len()
616
link_sta->eht_cap.
has_eht
&&
in iwl_mvm_rs_fw_rate_init()
H
A
D
sf.c
122
link_sta->eht_cap.
has_eht
||
in iwl_mvm_fill_sf_command()
H
A
D
mld-mac80211.c
604
bool has_he,
has_eht
;
in iwl_mvm_mld_link_info_changed_station()
local
612
has_eht
= link_conf->eht_support && !iwlwifi_mod_params.disable_11be;
in iwl_mvm_mld_link_info_changed_station()
621
if (vif->cfg.assoc && (has_he ||
has_eht
)) {
in iwl_mvm_mld_link_info_changed_station()
H
A
D
sta.c
99
if (link_sta->eht_cap.
has_eht
)
in iwl_mvm_get_sta_ampdu_dens()
831
if (link->eht_cap.
has_eht
&&
in iwl_mvm_get_queue_size()
H
A
D
mac80211.c
2132
if (link_sta->eht_cap.
has_eht
) {
in iwl_mvm_set_sta_pkt_ext()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/
H
A
D
init.c
156
u16 max_subframes = phy->dev->
has_eht
? IEEE80211_MAX_AMPDU_BUF_EHT :
in mt7996_init_wiphy()
722
if (!phy->dev->
has_eht
)
in mt7996_init_eht_caps()
725
eht_cap->
has_eht
= true;
in mt7996_init_eht_caps()
H
A
D
eeprom.c
102
dev->
has_eht
= !(cap & MODE_HE_ONLY);
in mt7996_eeprom_parse_efuse_hw_cap()
H
A
D
mt7996.h
229
bool
has_eht
:1;
member
H
A
D
mcu.c
1016
if (!sta->deflink.eht_cap.
has_eht
)
in mt7996_mcu_sta_eht_tlv()
1182
if (sta->deflink.eht_cap.
has_eht
) {
in mt7996_is_ebf_supported()
1437
if (sta->deflink.eht_cap.
has_eht
&& ebf)
in mt7996_mcu_sta_bfer_tlv()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H
A
D
mt792x.h
170
bool
has_eht
:1;
member
H
A
D
mt792x_core.c
521
if (dev->
has_eht
) {
in mt792x_init_wiphy()
H
A
D
mt76_connac_mcu.c
1350
if (!eht_cap || !eht_cap->
has_eht
|| !vif->bss_conf.eht_support)
in mt76_connac_get_phy_mode_ext()
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/
H
A
D
mac80211_hwsim.c
4051
.
has_eht
= true,
4156
.
has_eht
= true,
4308
.
has_eht
= true,
4432
.
has_eht
= true,
4613
.
has_eht
= true,
4758
.
has_eht
= true,
/kernel/linux/linux-6.6/net/wireless/
H
A
D
chan.c
1167
if (!iftd->eht_cap.
has_eht
)
in cfg80211_chandef_usable()
H
A
D
core.c
916
if (WARN_ON(iftd->eht_cap.
has_eht
&&
in wiphy_register()
H
A
D
nl80211.c
1837
if (eht_cap->
has_eht
&& he_cap->has_he) {
in nl80211_send_iftype_data()
/kernel/linux/linux-6.6/include/net/
H
A
D
cfg80211.h
401
* @
has_eht
: true iff EHT data is valid.
407
bool
has_eht
;
member
633
if (data && data->eht_cap.
has_eht
)
in ieee80211_get_eht_iftype_cap()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
mac.c
2010
if (sta->deflink.eht_cap.
has_eht
) {
in ath12k_peer_assoc_h_phymode()
2043
if (sta->deflink.eht_cap.
has_eht
) {
in ath12k_peer_assoc_h_phymode()
2146
if (!sta->deflink.he_cap.has_he || !eht_cap->
has_eht
)
in ath12k_peer_assoc_h_eht()
4564
eht_cap->
has_eht
= true;
in ath12k_mac_copy_eht_cap()
Completed in 103 milliseconds