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:preset_chandef
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/wireless/
H
A
D
mesh.c
128
setup->chandef = wdev->
preset_chandef
;
in __cfg80211_join_mesh()
252
wdev->
preset_chandef
= *chandef;
in cfg80211_set_mesh_channel()
H
A
D
nl80211.c
3055
if (chandef.chan != wdev->
preset_chandef
.chan) {
in __nl80211_set_channel()
3063
wdev->
preset_chandef
= chandef;
in __nl80211_set_channel()
5084
if (!wdev->
preset_chandef
.chan)
in nl80211_get_ap_channel()
5087
params->chandef = wdev->
preset_chandef
;
in nl80211_get_ap_channel()
5255
} else if (wdev->
preset_chandef
.chan) {
in nl80211_start_ap()
5256
params.chandef = wdev->
preset_chandef
;
in nl80211_start_ap()
5354
wdev->
preset_chandef
= params.chandef;
in nl80211_start_ap()
17152
wdev->
preset_chandef
= *chandef;
in cfg80211_ch_switch_notify()
/kernel/linux/linux-6.6/net/wireless/
H
A
D
mesh.c
132
setup->chandef = wdev->u.mesh.
preset_chandef
;
in __cfg80211_join_mesh()
256
wdev->u.mesh.
preset_chandef
= *chandef;
in cfg80211_set_mesh_channel()
H
A
D
nl80211.c
3407
wdev->u.ap.
preset_chandef
= chandef;
in __nl80211_set_channel()
5817
if (!wdev->u.ap.
preset_chandef
.chan)
in nl80211_get_ap_channel()
5820
params->chandef = wdev->u.ap.
preset_chandef
;
in nl80211_get_ap_channel()
6072
} else if (wdev->u.ap.
preset_chandef
.chan) {
in nl80211_start_ap()
6073
params->chandef = wdev->u.ap.
preset_chandef
;
in nl80211_start_ap()
19440
wdev->u.mesh.
preset_chandef
= *chandef;
in cfg80211_ch_switch_notify()
/kernel/linux/linux-6.6/include/net/
H
A
D
cfg80211.h
6055
struct cfg80211_chan_def
preset_chandef
;
member
6061
struct cfg80211_chan_def
preset_chandef
;
member
/kernel/linux/linux-5.10/include/net/
H
A
D
cfg80211.h
5184
* @
preset_chandef
: (private) Used by the internal configuration code to
5277
struct cfg80211_chan_def
preset_chandef
;
member
Completed in 110 milliseconds