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:other_chan
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/wireless/
H
A
D
chan.c
1123
struct ieee80211_channel *
other_chan
= NULL;
in cfg80211_ir_permissive_chan()
local
1129
other_chan
= wdev->current_bss->pub.channel;
in cfg80211_ir_permissive_chan()
1142
other_chan
= wdev->chandef.chan;
in cfg80211_ir_permissive_chan()
1145
if (!
other_chan
)
in cfg80211_ir_permissive_chan()
1148
if (chan ==
other_chan
)
in cfg80211_ir_permissive_chan()
1156
r2 = cfg80211_get_unii(
other_chan
->center_freq);
in cfg80211_ir_permissive_chan()
1172
other_chan
->center_freq != 5825)
in cfg80211_ir_permissive_chan()
/kernel/linux/linux-6.6/net/wireless/
H
A
D
chan.c
1221
struct ieee80211_channel *
other_chan
= NULL;
in cfg80211_ir_permissive_check_wdev()
local
1228
other_chan
= wdev->links[link_id].client.current_bss->pub.channel;
in cfg80211_ir_permissive_check_wdev()
1241
other_chan
= wdev->links[link_id].ap.chandef.chan;
in cfg80211_ir_permissive_check_wdev()
1243
if (!
other_chan
)
in cfg80211_ir_permissive_check_wdev()
1246
if (chan ==
other_chan
)
in cfg80211_ir_permissive_check_wdev()
1254
r2 = cfg80211_get_unii(
other_chan
->center_freq);
in cfg80211_ir_permissive_check_wdev()
1270
other_chan
->center_freq != 5825)
in cfg80211_ir_permissive_check_wdev()
Completed in 4 milliseconds