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:primary_chan
(Results
1 - 8
of
8
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
rrm.c
475
u8
primary_chan
= chan - (2 * num_primary_channels - 2) + i * 4;
in wpas_add_channel()
local
477
freqs[i] = ieee80211_chan_to_freq(NULL, op_class,
primary_chan
);
in wpas_add_channel()
483
freqs[i] = 5000 + 5 *
primary_chan
;
in wpas_add_channel()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
rrm.c
485
u8
primary_chan
= chan - (2 * num_primary_channels - 2) + i * 4;
in wpas_add_channel()
local
487
freqs[i] = ieee80211_chan_to_freq(NULL, op_class,
primary_chan
);
in wpas_add_channel()
493
freqs[i] = 5000 + 5 *
primary_chan
;
in wpas_add_channel()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
ieee802_11_ht.c
97
oper->
primary_chan
= hapd->iconf->channel;
in hostapd_eid_ht_operation()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H
A
D
hw_features_common.c
189
*pri_chan = oper->
primary_chan
;
in get_pri_sec_chan()
H
A
D
ieee802_11_defs.h
1131
u8
primary_chan
;
member
2238
u8
primary_chan
;
member
2294
u8
primary_chan
;
member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
ieee802_11_ht.c
96
oper->
primary_chan
= hapd->iconf->channel;
in hostapd_eid_ht_operation()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H
A
D
hw_features_common.c
166
*pri_chan = oper->
primary_chan
;
in get_pri_sec_chan()
H
A
D
ieee802_11_defs.h
1058
u8
primary_chan
;
member
Completed in 22 milliseconds