OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WPS_ENCR_AES
(Results
1 - 9
of
9
) sorted by null
/external/wpa_supplicant_8/src/wps/
wps_defs.h
194
#define
WPS_ENCR_AES
0x0008
196
WPS_ENCR_AES
)
wps_enrollee.c
272
if (encr_type &
WPS_ENCR_AES
)
273
encr_type =
WPS_ENCR_AES
;
675
(WPS_ENCR_NONE | WPS_ENCR_TKIP |
WPS_ENCR_AES
))) {
775
if (!(cred.encr_type & (WPS_ENCR_NONE | WPS_ENCR_TKIP |
WPS_ENCR_AES
)))
792
if ((cred.encr_type & (WPS_ENCR_TKIP |
WPS_ENCR_AES
)) ==
806
if ((cred.encr_type & (WPS_ENCR_TKIP |
WPS_ENCR_AES
)) == WPS_ENCR_TKIP)
810
cred.encr_type |=
WPS_ENCR_AES
;
[
all
...]
wps_registrar.c
[
all
...]
wps_common.c
387
cred.encr_type = WPS_ENCR_TKIP |
WPS_ENCR_AES
;
wps_validate.c
698
if ((val & ~WPS_ENCR_TYPES) || !(val &
WPS_ENCR_AES
)) {
721
(num_bits_set(val) > 1 && val != (WPS_ENCR_TKIP |
WPS_ENCR_AES
))) {
[
all
...]
/external/wpa_supplicant_8/src/ap/
wps_hostapd.c
335
if (cred->encr_type &
WPS_ENCR_AES
)
545
if (cred->encr_type &
WPS_ENCR_AES
) {
1071
wps->encr_types |=
WPS_ENCR_AES
;
1083
wps->encr_types |=
WPS_ENCR_AES
;
1138
wps->encr_types =
WPS_ENCR_AES
| WPS_ENCR_TKIP;
[
all
...]
/external/wpa_supplicant_8/src/eap_peer/
eap_wsc.c
114
cred->encr_type =
WPS_ENCR_AES
;
/external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c
445
case
WPS_ENCR_AES
:
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.c
753
if (cred->encr_type &
WPS_ENCR_AES
)
[
all
...]
Completed in 53 milliseconds