Home
last modified time | relevance | path

Searched refs:WPS_ENCR_AES (Results 1 – 9 of 9) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dwps_defs.h203 #define WPS_ENCR_AES 0x0008 macro
205 WPS_ENCR_AES)
Dwps_enrollee.c282 if (encr_type & WPS_ENCR_AES) in wps_build_cred_encr_type()
283 encr_type = WPS_ENCR_AES; in wps_build_cred_encr_type()
736 (WPS_ENCR_NONE | WPS_ENCR_TKIP | WPS_ENCR_AES))) { in wps_process_cred_e()
835 if (!(cred.encr_type & (WPS_ENCR_NONE | WPS_ENCR_TKIP | WPS_ENCR_AES))) in wps_process_ap_settings_e()
851 if ((cred.encr_type & (WPS_ENCR_TKIP | WPS_ENCR_AES)) == in wps_process_ap_settings_e()
864 if ((cred.encr_type & (WPS_ENCR_TKIP | WPS_ENCR_AES)) == WPS_ENCR_TKIP) in wps_process_ap_settings_e()
868 cred.encr_type |= WPS_ENCR_AES; in wps_process_ap_settings_e()
Dwps_registrar.c1635 if (wps->encr_type & WPS_ENCR_AES) in wps_build_cred()
1636 wps->encr_type = WPS_ENCR_AES; in wps_build_cred()
1734 dummy.encr_type = WPS_ENCR_AES; in wps_build_cred()
2820 if (wps->cred.encr_type & WPS_ENCR_AES) in wps_sta_cred_cb()
2821 wps->cred.encr_type = WPS_ENCR_AES; in wps_sta_cred_cb()
3262 cred.encr_type = WPS_ENCR_AES; in wps_process_wsc_done()
3265 cred.encr_type = WPS_ENCR_TKIP | WPS_ENCR_AES; in wps_process_wsc_done()
3561 WPS_ENCR_AES))) { in wps_registrar_config_ap()
3573 if ((cred->encr_type & (WPS_ENCR_TKIP | WPS_ENCR_AES)) == in wps_registrar_config_ap()
3577 cred->encr_type |= WPS_ENCR_AES; in wps_registrar_config_ap()
Dwps_validate.c700 if ((val & ~WPS_ENCR_TYPES) || !(val & WPS_ENCR_AES)) { in wps_validate_encr_type_flags()
723 (num_bits_set(val) > 1 && val != (WPS_ENCR_TKIP | WPS_ENCR_AES))) { in wps_validate_encr_type()
Dwps_common.c391 cred.encr_type = WPS_ENCR_TKIP | WPS_ENCR_AES; in wps_get_oob_cred()
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c350 if (cred->encr_type & WPS_ENCR_AES) { in hapd_wps_reconfig_in_memory()
543 if (cred->encr_type & WPS_ENCR_AES) { in hapd_wps_cred_cb()
1074 wps->encr_types |= WPS_ENCR_AES; in hostapd_init_wps()
1075 wps->encr_types_rsn |= WPS_ENCR_AES; in hostapd_init_wps()
1090 wps->encr_types |= WPS_ENCR_AES; in hostapd_init_wps()
1091 wps->encr_types_wpa |= WPS_ENCR_AES; in hostapd_init_wps()
1135 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP; in hostapd_init_wps()
1136 wps->encr_types_rsn = WPS_ENCR_AES | WPS_ENCR_TKIP; in hostapd_init_wps()
1137 wps->encr_types_wpa = WPS_ENCR_AES | WPS_ENCR_TKIP; in hostapd_init_wps()
1702 cred.encr_type = WPS_ENCR_AES; in hostapd_wps_config_ap()
/external/wpa_supplicant_8/src/eap_peer/
Deap_wsc.c112 cred->encr_type = WPS_ENCR_AES; in eap_wsc_new_ap_settings()
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c486 case WPS_ENCR_AES: in wpa_supplicant_wps_cred()
1566 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP; in wpas_wps_init()
1978 cred->encr_type = WPS_ENCR_AES; in wpas_wps_network_to_cred()
2076 cred.encr_type = WPS_ENCR_AES; in wpas_wps_er_config()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new.c764 if (cred->encr_type & WPS_ENCR_AES) in wpas_dbus_signal_wps_cred()