Home
last modified time | relevance | path

Searched refs:WPS_ENCR_WEP (Results 1 – 7 of 7) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dwps_defs.h201 #define WPS_ENCR_WEP 0x0002 /* deprecated */ macro
204 #define WPS_ENCR_TYPES (WPS_ENCR_NONE | WPS_ENCR_WEP | WPS_ENCR_TKIP | \
Dwps_attr_build.c321 encr_types &= ~WPS_ENCR_WEP; in wps_build_encr_type_flags()
Dwps_enrollee.c738 if (wps->cred.encr_type & WPS_ENCR_WEP) { in wps_process_cred_e()
838 if (cred.encr_type & WPS_ENCR_WEP) { in wps_process_ap_settings_e()
Dwps_registrar.c1649 else if (wps->encr_type & WPS_ENCR_WEP) in wps_build_cred()
1650 wps->encr_type = WPS_ENCR_WEP; in wps_build_cred()
3564 if (cred->encr_type & WPS_ENCR_WEP) { in wps_registrar_config_ap()
Dwps_validate.c998 if (((encr_type == NULL || WPA_GET_BE16(encr_type) != WPS_ENCR_WEP) && in wps_validate_network_key()
/external/wpa_supplicant_8/src/eap_peer/
Deap_wsc.c107 cred->encr_type = WPS_ENCR_WEP; in eap_wsc_new_ap_settings()
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c2088 cred.encr_type = WPS_ENCR_WEP; in wpas_wps_er_config()