OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WPS_ENCR_WEP
(Results
1 - 9
of
9
) sorted by null
/external/wpa_supplicant_8/src/wps/
wps_defs.h
192
#define
WPS_ENCR_WEP
0x0002
195
#define WPS_ENCR_TYPES (WPS_ENCR_NONE |
WPS_ENCR_WEP
| WPS_ENCR_TKIP | \
wps_enrollee.c
277
if (encr_type &
WPS_ENCR_WEP
)
278
encr_type =
WPS_ENCR_WEP
;
676
if (wps->cred.encr_type &
WPS_ENCR_WEP
) {
777
if (cred.encr_type &
WPS_ENCR_WEP
) {
[
all
...]
wps_attr_build.c
292
encr_types &= ~
WPS_ENCR_WEP
;
wps_validate.c
996
if (((encr_type == NULL || WPA_GET_BE16(encr_type) !=
WPS_ENCR_WEP
) &&
[
all
...]
wps_registrar.c
[
all
...]
/external/wpa_supplicant_8/src/ap/
wps_hostapd.c
373
if (cred->encr_type &
WPS_ENCR_WEP
&& cred->key_idx > 0 &&
580
if (cred->encr_type &
WPS_ENCR_WEP
&& cred->key_idx <= 4) {
1092
wps->encr_types |=
WPS_ENCR_WEP
;
1100
wps->encr_types |=
WPS_ENCR_WEP
;
[
all
...]
/external/wpa_supplicant_8/src/eap_peer/
eap_wsc.c
110
cred->encr_type =
WPS_ENCR_WEP
;
/external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c
410
case
WPS_ENCR_WEP
:
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.c
749
if (cred->encr_type &
WPS_ENCR_WEP
)
[
all
...]
Completed in 74 milliseconds