Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/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.c342 encr_types &= ~WPS_ENCR_WEP; in wps_build_encr_type_flags()
Dwps_enrollee.c761 if (wps->cred.encr_type & WPS_ENCR_WEP) { in wps_process_cred_e()
878 if (cred->encr_type & WPS_ENCR_WEP) { in wps_process_ap_settings_e()
Dwps_registrar.c1725 else if (wps->encr_type & WPS_ENCR_WEP) in wps_build_cred()
1726 wps->encr_type = WPS_ENCR_WEP; in wps_build_cred()
3654 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()