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:_oper_chandef
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
main.c
112
chandef = local->
_oper_chandef
;
in ieee80211_hw_conf_chan()
120
if (!cfg80211_chandef_identical(&chandef, &local->
_oper_chandef
))
in ieee80211_hw_conf_chan()
129
&local->
_oper_chandef
)) {
in ieee80211_hw_conf_chan()
1000
if (!local->use_chanctx && !local->
_oper_chandef
.chan) {
in ieee80211_register_hw()
1002
local->
_oper_chandef
= dflt_chandef;
in ieee80211_register_hw()
H
A
D
offchannel.c
355
roc->on_channel = roc->chan == local->
_oper_chandef
.chan &&
in _ieee80211_start_next_roc()
356
local->
_oper_chandef
.width != NL80211_CHAN_WIDTH_5 &&
in _ieee80211_start_next_roc()
357
local->
_oper_chandef
.width != NL80211_CHAN_WIDTH_10;
in _ieee80211_start_next_roc()
H
A
D
scan.c
777
(req->channels[0] == local->
_oper_chandef
.chan)) {
in __ieee80211_start_scan()
973
&local->
_oper_chandef
);
in ieee80211_scan_state_set_channel()
974
if (chan == local->
_oper_chandef
.chan &&
in ieee80211_scan_state_set_channel()
976
local->scan_chandef = local->
_oper_chandef
;
in ieee80211_scan_state_set_channel()
H
A
D
chan.c
362
local->
_oper_chandef
= *chandef;
in ieee80211_change_chanctx()
494
local->
_oper_chandef
= ctx->conf.def;
in ieee80211_add_chanctx()
538
struct cfg80211_chan_def *chandef = &local->
_oper_chandef
;
in ieee80211_del_chanctx()
1186
local->
_oper_chandef
= *chandef;
in ieee80211_chsw_switch_hwconf()
H
A
D
ieee80211_i.h
1338
struct cfg80211_chan_def
_oper_chandef
;
member
H
A
D
cfg.c
822
local->
_oper_chandef
= *chandef;
in ieee80211_set_monitor_channel()
3739
*chandef = local->
_oper_chandef
;
in ieee80211_cfg_get_channel()
H
A
D
tx.c
2347
chandef = &local->
_oper_chandef
;
in ieee80211_monitor_start_xmit()
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
main.c
113
chandef = local->
_oper_chandef
;
in ieee80211_hw_conf_chan()
121
if (!cfg80211_chandef_identical(&chandef, &local->
_oper_chandef
))
in ieee80211_hw_conf_chan()
130
&local->
_oper_chandef
)) {
in ieee80211_hw_conf_chan()
1077
if (!local->use_chanctx && !local->
_oper_chandef
.chan) {
in ieee80211_register_hw()
1079
local->
_oper_chandef
= dflt_chandef;
in ieee80211_register_hw()
H
A
D
offchannel.c
357
roc->on_channel = roc->chan == local->
_oper_chandef
.chan &&
in _ieee80211_start_next_roc()
358
local->
_oper_chandef
.width != NL80211_CHAN_WIDTH_5 &&
in _ieee80211_start_next_roc()
359
local->
_oper_chandef
.width != NL80211_CHAN_WIDTH_10;
in _ieee80211_start_next_roc()
H
A
D
scan.c
771
(req->channels[0] == local->
_oper_chandef
.chan)) {
in __ieee80211_start_scan()
967
&local->
_oper_chandef
);
in ieee80211_scan_state_set_channel()
968
if (chan == local->
_oper_chandef
.chan &&
in ieee80211_scan_state_set_channel()
970
local->scan_chandef = local->
_oper_chandef
;
in ieee80211_scan_state_set_channel()
H
A
D
chan.c
517
local->
_oper_chandef
= *chandef;
in _ieee80211_change_chanctx()
680
local->
_oper_chandef
= ctx->conf.def;
in ieee80211_add_chanctx()
724
struct cfg80211_chan_def *chandef = &local->
_oper_chandef
;
in ieee80211_del_chanctx()
1426
local->
_oper_chandef
= *chandef;
in ieee80211_chsw_switch_hwconf()
H
A
D
ieee80211_i.h
1496
struct cfg80211_chan_def
_oper_chandef
;
member
H
A
D
cfg.c
935
local->
_oper_chandef
= *chandef;
in ieee80211_set_monitor_channel()
4247
*chandef = local->
_oper_chandef
;
in ieee80211_cfg_get_channel()
H
A
D
tx.c
2387
chandef = &local->
_oper_chandef
;
in ieee80211_monitor_start_xmit()
Completed in 51 milliseconds