Home
last modified time | relevance | path

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

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps_defs.h168 #define WPS_ENCR_WEP 0x0002 macro
171 #define WPS_ENCR_TYPES (WPS_ENCR_NONE | WPS_ENCR_WEP | WPS_ENCR_TKIP | \
Dwps_registrar.c1118 if (wps->encr_type & WPS_ENCR_WEP) in wps_build_cred()
1119 wps->encr_type = WPS_ENCR_WEP; in wps_build_cred()
/external/wpa_supplicant_8/src/wps/
Dwps_defs.h192 #define WPS_ENCR_WEP 0x0002 macro
195 #define WPS_ENCR_TYPES (WPS_ENCR_NONE | WPS_ENCR_WEP | WPS_ENCR_TKIP | \
Dwps_enrollee.c286 if (encr_type & WPS_ENCR_WEP) in wps_build_cred_encr_type()
287 encr_type = WPS_ENCR_WEP; in wps_build_cred_encr_type()
701 if (wps->cred.encr_type & WPS_ENCR_WEP) { in wps_process_cred_e()
802 if (cred.encr_type & WPS_ENCR_WEP) { in wps_process_ap_settings_e()
Dwps_attr_build.c276 encr_types &= ~WPS_ENCR_WEP; in wps_build_encr_type_flags()
Dwps_registrar.c1573 if (wps->encr_type & WPS_ENCR_WEP) in wps_build_cred()
1574 wps->encr_type = WPS_ENCR_WEP; in wps_build_cred()
3426 if (cred->encr_type & WPS_ENCR_WEP) { in wps_registrar_config_ap()
Dwps_validate.c996 if (((encr_type == NULL || WPA_GET_BE16(encr_type) != WPS_ENCR_WEP) && in wps_validate_network_key()
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c450 if (cred->encr_type & WPS_ENCR_WEP && cred->key_idx <= 4) { in hapd_wps_cred_cb()
896 wps->encr_types |= WPS_ENCR_WEP; in hostapd_init_wps()
904 wps->encr_types |= WPS_ENCR_WEP; in hostapd_init_wps()
1512 cred.encr_type = WPS_ENCR_WEP; in hostapd_wps_config_ap()
/external/wpa_supplicant_8/src/eap_peer/
Deap_wsc.c102 cred->encr_type = WPS_ENCR_WEP; in eap_wsc_new_ap_settings()
/external/wpa_supplicant_6/wpa_supplicant/
Dwps_supplicant.c270 case WPS_ENCR_WEP: in wpa_supplicant_wps_cred()
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c304 case WPS_ENCR_WEP: in wpa_supplicant_wps_cred()
1673 cred.encr_type = WPS_ENCR_WEP; in wpas_wps_er_config()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new.c749 if (cred->encr_type & WPS_ENCR_WEP) in wpas_dbus_signal_wps_cred()