OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WPS_ENCR_NONE
(Results
1 - 12
of
12
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_defs.h
167
#define
WPS_ENCR_NONE
0x0001
171
#define WPS_ENCR_TYPES (
WPS_ENCR_NONE
| WPS_ENCR_WEP | WPS_ENCR_TKIP | \
wps_attr_process.c
182
(cred->encr_type ==
WPS_ENCR_NONE
)) {
wps_registrar.c
1120
else if (wps->encr_type &
WPS_ENCR_NONE
)
1121
wps->encr_type =
WPS_ENCR_NONE
;
[
all
...]
/external/wpa_supplicant_8/src/wps/
wps_defs.h
197
#define
WPS_ENCR_NONE
0x0001
201
#define WPS_ENCR_TYPES (
WPS_ENCR_NONE
| WPS_ENCR_WEP | WPS_ENCR_TKIP | \
wps_attr_process.c
181
cred->encr_type ==
WPS_ENCR_NONE
) {
wps_enrollee.c
678
(
WPS_ENCR_NONE
| WPS_ENCR_TKIP | WPS_ENCR_AES))) {
778
if (!(cred.encr_type & (
WPS_ENCR_NONE
| WPS_ENCR_TKIP | WPS_ENCR_AES)))
[
all
...]
wps_registrar.c
[
all
...]
/external/wpa_supplicant_8/src/ap/
wps_hostapd.c
793
wps->encr_types |=
WPS_ENCR_NONE
;
806
wps->encr_types |=
WPS_ENCR_NONE
;
[
all
...]
/external/wpa_supplicant_8/src/eap_peer/
eap_wsc.c
106
cred->encr_type =
WPS_ENCR_NONE
;
/external/wpa_supplicant_8/wpa_supplicant/
wps_supplicant.c
282
case
WPS_ENCR_NONE
:
[
all
...]
/external/wpa_supplicant_6/wpa_supplicant/
wps_supplicant.c
268
case
WPS_ENCR_NONE
:
/external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.c
614
if (cred->encr_type &
WPS_ENCR_NONE
)
[
all
...]
Completed in 160 milliseconds