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:vht_cfg
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H
A
D
uap_cmd.c
229
struct mwifiex_11ac_vht_cfg
vht_cfg
;
in mwifiex_set_vht_width()
local
231
vht_cfg
.band_config = VHT_CFG_5GHZ;
in mwifiex_set_vht_width()
232
vht_cfg
.cap_info = adapter->hw_dot_11ac_dev_cap;
in mwifiex_set_vht_width()
235
vht_cfg
.mcs_tx_set = DISABLE_VHT_MCS_SET;
in mwifiex_set_vht_width()
236
vht_cfg
.mcs_rx_set = DISABLE_VHT_MCS_SET;
in mwifiex_set_vht_width()
238
vht_cfg
.mcs_tx_set = DEFAULT_VHT_MCS_SET;
in mwifiex_set_vht_width()
239
vht_cfg
.mcs_rx_set = DEFAULT_VHT_MCS_SET;
in mwifiex_set_vht_width()
242
vht_cfg
.misc_config = VHT_CAP_UAP_ONLY;
in mwifiex_set_vht_width()
245
vht_cfg
.misc_config |= VHT_BW_80_160_80P80;
in mwifiex_set_vht_width()
248
HostCmd_ACT_GEN_SET, 0, &
vht_cfg
, tru
in mwifiex_set_vht_width()
[all...]
H
A
D
11ac.c
269
struct host_cmd_11ac_vht_cfg *vhtcfg = &cmd->params.
vht_cfg
;
in mwifiex_cmd_11ac_cfg()
H
A
D
fw.h
2369
struct host_cmd_11ac_vht_cfg
vht_cfg
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
uap_cmd.c
218
struct mwifiex_11ac_vht_cfg
vht_cfg
;
in mwifiex_set_vht_width()
local
220
vht_cfg
.band_config = VHT_CFG_5GHZ;
in mwifiex_set_vht_width()
221
vht_cfg
.cap_info = adapter->hw_dot_11ac_dev_cap;
in mwifiex_set_vht_width()
224
vht_cfg
.mcs_tx_set = DISABLE_VHT_MCS_SET;
in mwifiex_set_vht_width()
225
vht_cfg
.mcs_rx_set = DISABLE_VHT_MCS_SET;
in mwifiex_set_vht_width()
227
vht_cfg
.mcs_tx_set = DEFAULT_VHT_MCS_SET;
in mwifiex_set_vht_width()
228
vht_cfg
.mcs_rx_set = DEFAULT_VHT_MCS_SET;
in mwifiex_set_vht_width()
231
vht_cfg
.misc_config = VHT_CAP_UAP_ONLY;
in mwifiex_set_vht_width()
234
vht_cfg
.misc_config |= VHT_BW_80_160_80P80;
in mwifiex_set_vht_width()
237
HostCmd_ACT_GEN_SET, 0, &
vht_cfg
, tru
in mwifiex_set_vht_width()
[all...]
H
A
D
11ac.c
257
struct host_cmd_11ac_vht_cfg *vhtcfg = &cmd->params.
vht_cfg
;
in mwifiex_cmd_11ac_cfg()
H
A
D
fw.h
2366
struct host_cmd_11ac_vht_cfg
vht_cfg
;
member
Completed in 17 milliseconds