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:chan_band
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H
A
D
uap_cmd.c
487
struct host_cmd_tlv_channel_band *
chan_band
;
in mwifiex_uap_bss_param_prepare()
local
544
chan_band
= (struct host_cmd_tlv_channel_band *)tlv;
in mwifiex_uap_bss_param_prepare()
545
chan_band
->header.type = cpu_to_le16(TLV_TYPE_CHANNELBANDLIST);
in mwifiex_uap_bss_param_prepare()
546
chan_band
->header.len =
in mwifiex_uap_bss_param_prepare()
549
chan_band
->band_config = bss_cfg->band_cfg;
in mwifiex_uap_bss_param_prepare()
550
chan_band
->channel = bss_cfg->channel;
in mwifiex_uap_bss_param_prepare()
H
A
D
scan.c
2128
struct chan_band_param_set *
chan_band
;
in mwifiex_ret_802_11_scan()
local
2223
chan_band
= &chan_band_tlv->chan_band_param[idx];
in mwifiex_ret_802_11_scan()
2224
radio_type = &
chan_band
->radio_type;
in mwifiex_ret_802_11_scan()
2238
pmatch->channels[0] =
chan_band
->chan_number;
in mwifiex_ret_802_11_scan()
H
A
D
main.h
530
u8
chan_band
:2;
member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
uap_cmd.c
476
struct host_cmd_tlv_channel_band *
chan_band
;
in mwifiex_uap_bss_param_prepare()
local
533
chan_band
= (struct host_cmd_tlv_channel_band *)tlv;
in mwifiex_uap_bss_param_prepare()
534
chan_band
->header.type = cpu_to_le16(TLV_TYPE_CHANNELBANDLIST);
in mwifiex_uap_bss_param_prepare()
535
chan_band
->header.len =
in mwifiex_uap_bss_param_prepare()
538
chan_band
->band_config = bss_cfg->band_cfg;
in mwifiex_uap_bss_param_prepare()
539
chan_band
->channel = bss_cfg->channel;
in mwifiex_uap_bss_param_prepare()
H
A
D
scan.c
2110
struct chan_band_param_set *
chan_band
;
in mwifiex_ret_802_11_scan()
local
2205
chan_band
= &chan_band_tlv->chan_band_param[idx];
in mwifiex_ret_802_11_scan()
2206
radio_type = &
chan_band
->radio_type;
in mwifiex_ret_802_11_scan()
2220
pmatch->channels[0] =
chan_band
->chan_number;
in mwifiex_ret_802_11_scan()
H
A
D
main.h
512
u8
chan_band
:2;
member
Completed in 15 milliseconds