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:ext_channel
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/
H
A
D
smd.c
1565
bss->
ext_channel
= IEEE80211_HT_PARAM_CHA_SEC_BELOW;
in wcn36xx_smd_set_bss_params()
1567
bss->
ext_channel
= IEEE80211_HT_PARAM_CHA_SEC_ABOVE;
in wcn36xx_smd_set_bss_params()
1569
bss->
ext_channel
= IEEE80211_HT_PARAM_CHA_SEC_NONE;
in wcn36xx_smd_set_bss_params()
1655
bss->
ext_channel
= HW_VALUE_PHY(chandef->chan->hw_value);
in wcn36xx_smd_config_bss_v1()
1657
bss->
ext_channel
= bss_v0.
ext_channel
;
in wcn36xx_smd_config_bss_v1()
H
A
D
hal.h
1912
u8
ext_channel
;
member
2059
u8
ext_channel
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wcn36xx/
H
A
D
smd.c
1641
bss->
ext_channel
= IEEE80211_HT_PARAM_CHA_SEC_BELOW;
in wcn36xx_smd_set_bss_params()
1643
bss->
ext_channel
= IEEE80211_HT_PARAM_CHA_SEC_ABOVE;
in wcn36xx_smd_set_bss_params()
1645
bss->
ext_channel
= IEEE80211_HT_PARAM_CHA_SEC_NONE;
in wcn36xx_smd_set_bss_params()
1731
bss->
ext_channel
= HW_VALUE_PHY(chandef->chan->hw_value);
in wcn36xx_smd_config_bss_v1()
1733
bss->
ext_channel
= bss_v0.
ext_channel
;
in wcn36xx_smd_config_bss_v1()
H
A
D
hal.h
1944
u8
ext_channel
;
member
2091
u8
ext_channel
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
hw.h
591
* @
ext_channel
: enable extension channel radar detection
604
bool
ext_channel
;
member
H
A
D
ar5008_phy.c
1267
if (conf->
ext_channel
)
in ar5008_hw_set_radar_params()
H
A
D
ar9003_phy.c
1482
if (conf->
ext_channel
)
in ar9003_hw_set_radar_params()
H
A
D
hw.c
2082
ah->radar_conf.
ext_channel
= IS_CHAN_HT40(chan);
in ath9k_hw_reset()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
hw.h
591
* @
ext_channel
: enable extension channel radar detection
604
bool
ext_channel
;
member
H
A
D
ar5008_phy.c
1258
if (conf->
ext_channel
)
in ar5008_hw_set_radar_params()
H
A
D
ar9003_phy.c
1473
if (conf->
ext_channel
)
in ar9003_hw_set_radar_params()
H
A
D
hw.c
2081
ah->radar_conf.
ext_channel
= IS_CHAN_HT40(chan);
in ath9k_hw_reset()
Completed in 53 milliseconds