Searched refs:WPS_ENCR_WEP (Results 1 – 5 of 5) sorted by relevance
202 #define WPS_ENCR_WEP 0x0002 /* deprecated */ macro205 #define WPS_ENCR_TYPES (WPS_ENCR_NONE | WPS_ENCR_WEP | WPS_ENCR_TKIP | \
342 encr_types &= ~WPS_ENCR_WEP; in wps_build_encr_type_flags()
761 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()
1725 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()
998 if (((encr_type == NULL || WPA_GET_BE16(encr_type) != WPS_ENCR_WEP) && in wps_validate_network_key()