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:dualband
(Results
1 - 6
of
6
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H
A
D
wps_registrar.c
175
int
dualband
;
member
563
if (id != DEV_PW_PUSHBUTTON || !reg->
dualband
)
in wps_build_sel_pbc_reg_uuid_e()
698
reg->
dualband
= cfg->
dualband
;
in wps_registrar_init()
1332
(reg->
dualband
&& wps_build_rf_bands(®->wps->dev, beacon, 0)) ||
in wps_set_ie()
1362
(reg->
dualband
&& wps_build_rf_bands(®->wps->dev, probe, 0)) ||
in wps_set_ie()
H
A
D
wps.h
394
*
dualband
- Whether this is a concurrent
dualband
AP
396
int
dualband
;
member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H
A
D
wps_registrar.c
176
int
dualband
;
member
564
if (id != DEV_PW_PUSHBUTTON || !reg->
dualband
)
in wps_build_sel_pbc_reg_uuid_e()
699
reg->
dualband
= cfg->
dualband
;
in wps_registrar_init()
1338
(reg->
dualband
&& wps_build_rf_bands(®->wps->dev, beacon, 0)) ||
in wps_set_ie()
1363
(reg->
dualband
&& wps_build_rf_bands(®->wps->dev, probe, 0)) ||
in wps_set_ie()
H
A
D
wps.h
398
*
dualband
- Whether this is a concurrent
dualband
AP
400
int
dualband
;
member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
wps_hostapd.c
950
WPS_RF_60GHZ : WPS_RF_24GHZ; /* FIX:
dualband
AP */
in hostapd_wps_rf_band_cb()
1167
WPS_RF_60GHZ : WPS_RF_24GHZ; /* FIX:
dualband
AP */
in hostapd_init_wps()
1309
cfg.
dualband
= interface_count(hapd->iface) > 1;
in hostapd_init_wps()
1312
cfg.
dualband
= 1;
in hostapd_init_wps()
1313
if (cfg.
dualband
)
in hostapd_init_wps()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
wps_hostapd.c
896
WPS_RF_60GHZ : WPS_RF_24GHZ; /* FIX:
dualband
AP */
in hostapd_wps_rf_band_cb()
1097
WPS_RF_60GHZ : WPS_RF_24GHZ; /* FIX:
dualband
AP */
in hostapd_init_wps()
1216
cfg.
dualband
= interface_count(hapd->iface) > 1;
in hostapd_init_wps()
1219
cfg.
dualband
= 1;
in hostapd_init_wps()
1220
if (cfg.
dualband
)
in hostapd_init_wps()
Completed in 17 milliseconds