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_ENCR_TKIP
(Results
1 - 19
of
19
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H
A
D
wps_enrollee.c
289
else if (encr_type &
WPS_ENCR_TKIP
)
in wps_build_cred_encr_type()
290
encr_type =
WPS_ENCR_TKIP
;
in wps_build_cred_encr_type()
741
(WPS_ENCR_NONE |
WPS_ENCR_TKIP
| WPS_ENCR_AES))) {
in wps_process_cred_e()
840
if (!(cred.encr_type & (WPS_ENCR_NONE |
WPS_ENCR_TKIP
| WPS_ENCR_AES)))
in wps_process_ap_settings_e()
856
if ((cred.encr_type & (
WPS_ENCR_TKIP
| WPS_ENCR_AES)) ==
in wps_process_ap_settings_e()
857
WPS_ENCR_TKIP
||
in wps_process_ap_settings_e()
869
if ((cred.encr_type & (
WPS_ENCR_TKIP
| WPS_ENCR_AES)) ==
WPS_ENCR_TKIP
)
in wps_process_ap_settings_e()
884
if (cred.encr_type &
WPS_ENCR_TKIP
) {
in wps_process_ap_settings_e()
886
cred.encr_type &= ~
WPS_ENCR_TKIP
;
in wps_process_ap_settings_e()
[all...]
H
A
D
wps_defs.h
203
#define
WPS_ENCR_TKIP
0x0004
macro
205
#define WPS_ENCR_TYPES (WPS_ENCR_NONE | WPS_ENCR_WEP |
WPS_ENCR_TKIP
| \
H
A
D
wps_registrar.c
1694
else if (wps->encr_type &
WPS_ENCR_TKIP
)
in wps_build_cred()
1695
wps->encr_type =
WPS_ENCR_TKIP
;
in wps_build_cred()
2889
else if (wps->cred.encr_type &
WPS_ENCR_TKIP
)
in wps_sta_cred_cb()
2890
wps->cred.encr_type =
WPS_ENCR_TKIP
;
in wps_sta_cred_cb()
3332
cred.encr_type =
WPS_ENCR_TKIP
| WPS_ENCR_AES;
in wps_process_wsc_done()
3628
if (!(cred->encr_type & (WPS_ENCR_NONE |
WPS_ENCR_TKIP
|
in wps_registrar_config_ap()
3641
if ((cred->encr_type & (
WPS_ENCR_TKIP
| WPS_ENCR_AES)) ==
in wps_registrar_config_ap()
3642
WPS_ENCR_TKIP
) {
in wps_registrar_config_ap()
H
A
D
wps_attr_build.c
338
encr_types &= ~
WPS_ENCR_TKIP
;
in wps_build_encr_type_flags()
H
A
D
wps_common.c
394
cred.encr_type =
WPS_ENCR_TKIP
| WPS_ENCR_AES;
in wps_get_oob_cred()
H
A
D
wps_validate.c
723
(num_bits_set(val) > 1 && val != (
WPS_ENCR_TKIP
| WPS_ENCR_AES))) {
in wps_validate_encr_type()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H
A
D
wps_enrollee.c
289
else if (encr_type &
WPS_ENCR_TKIP
)
in wps_build_cred_encr_type()
290
encr_type =
WPS_ENCR_TKIP
;
in wps_build_cred_encr_type()
741
(WPS_ENCR_NONE |
WPS_ENCR_TKIP
| WPS_ENCR_AES))) {
in wps_process_cred_e()
840
if (!(cred.encr_type & (WPS_ENCR_NONE |
WPS_ENCR_TKIP
| WPS_ENCR_AES)))
in wps_process_ap_settings_e()
856
if ((cred.encr_type & (
WPS_ENCR_TKIP
| WPS_ENCR_AES)) ==
in wps_process_ap_settings_e()
857
WPS_ENCR_TKIP
||
in wps_process_ap_settings_e()
869
if ((cred.encr_type & (
WPS_ENCR_TKIP
| WPS_ENCR_AES)) ==
WPS_ENCR_TKIP
)
in wps_process_ap_settings_e()
H
A
D
wps_defs.h
203
#define
WPS_ENCR_TKIP
0x0004
macro
205
#define WPS_ENCR_TYPES (WPS_ENCR_NONE | WPS_ENCR_WEP |
WPS_ENCR_TKIP
| \
H
A
D
wps_registrar.c
1711
else if (wps->encr_type &
WPS_ENCR_TKIP
)
in wps_build_cred()
1712
wps->encr_type =
WPS_ENCR_TKIP
;
in wps_build_cred()
2898
else if (wps->cred.encr_type &
WPS_ENCR_TKIP
)
in wps_sta_cred_cb()
2899
wps->cred.encr_type =
WPS_ENCR_TKIP
;
in wps_sta_cred_cb()
3341
cred.encr_type =
WPS_ENCR_TKIP
| WPS_ENCR_AES;
in wps_process_wsc_done()
3636
if (!(cred->encr_type & (WPS_ENCR_NONE |
WPS_ENCR_TKIP
|
in wps_registrar_config_ap()
3649
if ((cred->encr_type & (
WPS_ENCR_TKIP
| WPS_ENCR_AES)) ==
in wps_registrar_config_ap()
3650
WPS_ENCR_TKIP
) {
in wps_registrar_config_ap()
H
A
D
wps_common.c
394
cred.encr_type =
WPS_ENCR_TKIP
| WPS_ENCR_AES;
in wps_get_oob_cred()
H
A
D
wps_validate.c
723
(num_bits_set(val) > 1 && val != (
WPS_ENCR_TKIP
| WPS_ENCR_AES))) {
in wps_validate_encr_type()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H
A
D
wps_hostapd.c
399
if (cred->encr_type &
WPS_ENCR_TKIP
)
in hapd_wps_reconfig_in_memory()
633
if (cred->encr_type &
WPS_ENCR_TKIP
) {
in hapd_wps_cred_cb()
1189
wps->encr_types |=
WPS_ENCR_TKIP
;
in hostapd_init_wps()
1190
wps->encr_types_rsn |=
WPS_ENCR_TKIP
;
in hostapd_init_wps()
1213
wps->encr_types |=
WPS_ENCR_TKIP
;
in hostapd_init_wps()
1214
wps->encr_types_wpa |=
WPS_ENCR_TKIP
;
in hostapd_init_wps()
1263
wps->encr_types = WPS_ENCR_AES |
WPS_ENCR_TKIP
;
in hostapd_init_wps()
1264
wps->encr_types_rsn = WPS_ENCR_AES |
WPS_ENCR_TKIP
;
in hostapd_init_wps()
1265
wps->encr_types_wpa = WPS_ENCR_AES |
WPS_ENCR_TKIP
;
in hostapd_init_wps()
1950
cred.encr_type =
WPS_ENCR_TKIP
;
in hostapd_wps_config_ap()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H
A
D
wps_hostapd.c
350
if (cred->encr_type &
WPS_ENCR_TKIP
)
in hapd_wps_reconfig_in_memory()
582
if (cred->encr_type &
WPS_ENCR_TKIP
) {
in hapd_wps_cred_cb()
1113
wps->encr_types |=
WPS_ENCR_TKIP
;
in hostapd_init_wps()
1114
wps->encr_types_rsn |=
WPS_ENCR_TKIP
;
in hostapd_init_wps()
1129
wps->encr_types |=
WPS_ENCR_TKIP
;
in hostapd_init_wps()
1130
wps->encr_types_wpa |=
WPS_ENCR_TKIP
;
in hostapd_init_wps()
1170
wps->encr_types = WPS_ENCR_AES |
WPS_ENCR_TKIP
;
in hostapd_init_wps()
1171
wps->encr_types_rsn = WPS_ENCR_AES |
WPS_ENCR_TKIP
;
in hostapd_init_wps()
1172
wps->encr_types_wpa = WPS_ENCR_AES |
WPS_ENCR_TKIP
;
in hostapd_init_wps()
1762
cred.encr_type =
WPS_ENCR_TKIP
;
in hostapd_wps_config_ap()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H
A
D
eap_wsc.c
110
cred->encr_type =
WPS_ENCR_TKIP
;
in eap_wsc_new_ap_settings()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H
A
D
eap_wsc.c
112
cred->encr_type =
WPS_ENCR_TKIP
;
in eap_wsc_new_ap_settings()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
wps_supplicant.c
486
case
WPS_ENCR_TKIP
:
in wpa_supplicant_wps_cred()
1608
wps->encr_types = WPS_ENCR_AES |
WPS_ENCR_TKIP
;
in wpas_wps_init()
2022
cred->encr_type =
WPS_ENCR_TKIP
;
in wpas_wps_network_to_cred()
2116
cred.encr_type =
WPS_ENCR_TKIP
;
in wpas_wps_er_config()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
wps_supplicant.c
497
case
WPS_ENCR_TKIP
:
in wpa_supplicant_wps_cred()
1650
wps->encr_types = WPS_ENCR_AES |
WPS_ENCR_TKIP
;
in wpas_wps_init()
2081
cred->encr_type =
WPS_ENCR_TKIP
;
in wpas_wps_network_to_cred()
2175
cred.encr_type =
WPS_ENCR_TKIP
;
in wpas_wps_er_config()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H
A
D
dbus_new.c
764
if (cred->encr_type &
WPS_ENCR_TKIP
)
in wpas_dbus_signal_wps_cred()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H
A
D
dbus_new.c
767
if (cred->encr_type &
WPS_ENCR_TKIP
)
in wpas_dbus_signal_wps_cred()
Completed in 44 milliseconds