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:band_cfg
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H
A
D
uap_cmd.c
540
(((bss_cfg->
band_cfg
& BIT(0)) == BAND_CONFIG_BG &&
in mwifiex_uap_bss_param_prepare()
542
((bss_cfg->
band_cfg
& BIT(0)) == BAND_CONFIG_A &&
in mwifiex_uap_bss_param_prepare()
549
chan_band->band_config = bss_cfg->
band_cfg
;
in mwifiex_uap_bss_param_prepare()
836
bss_cfg->
band_cfg
= BAND_CONFIG_BG;
in mwifiex_uap_set_channel()
842
bss_cfg->
band_cfg
= BAND_CONFIG_A;
in mwifiex_uap_set_channel()
860
bss_cfg->
band_cfg
|= MWIFIEX_SEC_CHAN_BELOW;
in mwifiex_uap_set_channel()
862
bss_cfg->
band_cfg
|= MWIFIEX_SEC_CHAN_ABOVE;
in mwifiex_uap_set_channel()
867
bss_cfg->
band_cfg
|=
in mwifiex_uap_set_channel()
H
A
D
ioctl.h
99
u8
band_cfg
;
member
H
A
D
sta_ioctl.c
1174
roc_cfg.
band_cfg
= chan->band;
in mwifiex_remain_on_chan_cfg()
1176
roc_cfg.
band_cfg
|= (sc << 2);
in mwifiex_remain_on_chan_cfg()
H
A
D
fw.h
2089
u8
band_cfg
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
uap_cmd.c
529
(((bss_cfg->
band_cfg
& BIT(0)) == BAND_CONFIG_BG &&
in mwifiex_uap_bss_param_prepare()
531
((bss_cfg->
band_cfg
& BIT(0)) == BAND_CONFIG_A &&
in mwifiex_uap_bss_param_prepare()
538
chan_band->band_config = bss_cfg->
band_cfg
;
in mwifiex_uap_bss_param_prepare()
825
bss_cfg->
band_cfg
= BAND_CONFIG_BG;
in mwifiex_uap_set_channel()
831
bss_cfg->
band_cfg
= BAND_CONFIG_A;
in mwifiex_uap_set_channel()
849
bss_cfg->
band_cfg
|= MWIFIEX_SEC_CHAN_BELOW;
in mwifiex_uap_set_channel()
851
bss_cfg->
band_cfg
|= MWIFIEX_SEC_CHAN_ABOVE;
in mwifiex_uap_set_channel()
856
bss_cfg->
band_cfg
|=
in mwifiex_uap_set_channel()
H
A
D
ioctl.h
87
u8
band_cfg
;
member
H
A
D
sta_ioctl.c
1162
roc_cfg.
band_cfg
= chan->band;
in mwifiex_remain_on_chan_cfg()
1164
roc_cfg.
band_cfg
|= (sc << 2);
in mwifiex_remain_on_chan_cfg()
H
A
D
fw.h
2085
u8
band_cfg
;
member
Completed in 22 milliseconds