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:WPS_RF_50GHZ
(Results
1 - 14
of
14
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H
A
D
wps_defs.h
244
#define
WPS_RF_50GHZ
0x02
macro
H
A
D
wps_validate.c
226
if (*rf_bands != WPS_RF_24GHZ && *rf_bands !=
WPS_RF_50GHZ
&&
in wps_validate_rf_bands()
228
*rf_bands != (WPS_RF_24GHZ |
WPS_RF_50GHZ
| WPS_RF_60GHZ) &&
in wps_validate_rf_bands()
229
*rf_bands != (WPS_RF_24GHZ |
WPS_RF_50GHZ
)) {
in wps_validate_rf_bands()
H
A
D
wps_common.c
768
rf_band =
WPS_RF_50GHZ
;
in wps_build_ap_freq()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H
A
D
wps_defs.h
244
#define
WPS_RF_50GHZ
0x02
macro
H
A
D
wps_validate.c
226
if (*rf_bands != WPS_RF_24GHZ && *rf_bands !=
WPS_RF_50GHZ
&&
in wps_validate_rf_bands()
228
*rf_bands != (WPS_RF_24GHZ |
WPS_RF_50GHZ
| WPS_RF_60GHZ) &&
in wps_validate_rf_bands()
229
*rf_bands != (WPS_RF_24GHZ |
WPS_RF_50GHZ
)) {
in wps_validate_rf_bands()
H
A
D
wps_common.c
768
rf_band =
WPS_RF_50GHZ
;
in wps_build_ap_freq()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
wps_hostapd.c
948
WPS_RF_50GHZ
:
in hostapd_wps_rf_band_cb()
1165
WPS_RF_50GHZ
:
in hostapd_init_wps()
1310
if ((wps->dev.rf_bands & (
WPS_RF_50GHZ
| WPS_RF_24GHZ)) ==
in hostapd_init_wps()
1311
(
WPS_RF_50GHZ
| WPS_RF_24GHZ))
in hostapd_init_wps()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
wps_hostapd.c
894
WPS_RF_50GHZ
:
in hostapd_wps_rf_band_cb()
1095
WPS_RF_50GHZ
:
in hostapd_init_wps()
1217
if ((wps->dev.rf_bands & (
WPS_RF_50GHZ
| WPS_RF_24GHZ)) ==
in hostapd_init_wps()
1218
(
WPS_RF_50GHZ
| WPS_RF_24GHZ))
in hostapd_init_wps()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
wps_supplicant.c
923
(wpa_s->assoc_freq > 2484) ?
WPS_RF_50GHZ
: WPS_RF_24GHZ;
in wpa_supplicant_wps_rf_band()
1592
wps->dev.rf_bands |=
WPS_RF_50GHZ
;
in wpas_wps_init()
1602
wps->dev.rf_bands = WPS_RF_24GHZ |
WPS_RF_50GHZ
;
in wpas_wps_init()
2682
*attr.rf_bands &
WPS_RF_50GHZ
))
in wpas_wps_nfc_rx_handover_sel()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
wps_supplicant.c
946
(wpa_s->assoc_freq > 2484) ?
WPS_RF_50GHZ
: WPS_RF_24GHZ;
in wpa_supplicant_wps_rf_band()
1630
wps->dev.rf_bands |=
WPS_RF_50GHZ
;
in wpas_wps_init()
1640
wps->dev.rf_bands = WPS_RF_24GHZ |
WPS_RF_50GHZ
;
in wpas_wps_init()
2751
*attr.rf_bands &
WPS_RF_50GHZ
))
in wpas_wps_nfc_rx_handover_sel()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H
A
D
ap_config_file.c
3232
bss->wps_rf_bands =
WPS_RF_50GHZ
;
in hostapd_config_fill()
3238
bss->wps_rf_bands = WPS_RF_24GHZ |
WPS_RF_50GHZ
;
in hostapd_config_fill()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H
A
D
ap_config_file.c
3119
bss->wps_rf_bands =
WPS_RF_50GHZ
;
3125
bss->wps_rf_bands = WPS_RF_24GHZ |
WPS_RF_50GHZ
;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H
A
D
wpa_hal.c
1421
case
WPS_RF_50GHZ
:
in WifiSetApBand()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H
A
D
wpa_hal.c
1427
case
WPS_RF_50GHZ
:
in WifiSetApBand()
Completed in 37 milliseconds