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.h202 #define WPS_ENCR_WEP 0x0002 /* deprecated */ macro
205 #define WPS_ENCR_TYPES (WPS_ENCR_NONE | WPS_ENCR_WEP | WPS_ENCR_TKIP | \
Dwps_attr_build.c336 encr_types &= ~WPS_ENCR_WEP; in wps_build_encr_type_flags()
Dwps_enrollee.c742 if (wps->cred.encr_type & WPS_ENCR_WEP) { in wps_process_cred_e()
842 if (cred.encr_type & WPS_ENCR_WEP) { in wps_process_ap_settings_e()
Dwps_registrar.c1718 else if (wps->encr_type & WPS_ENCR_WEP) in wps_build_cred()
1719 wps->encr_type = WPS_ENCR_WEP; in wps_build_cred()
3640 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.c2148 cred.encr_type = WPS_ENCR_WEP; in wpas_wps_er_config()