Home
last modified time | relevance | path

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

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps_defs.h170 #define WPS_ENCR_AES 0x0008 macro
172 WPS_ENCR_AES)
Dwps_registrar.c1108 if (wps->encr_type & WPS_ENCR_AES) in wps_build_cred()
1109 wps->encr_type = WPS_ENCR_AES; in wps_build_cred()
2065 if (wps->cred.encr_type & WPS_ENCR_AES) in wps_sta_cred_cb()
2066 wps->cred.encr_type = WPS_ENCR_AES; in wps_sta_cred_cb()
2463 cred.encr_type = WPS_ENCR_TKIP | WPS_ENCR_AES; in wps_process_wsc_done()
/external/wpa_supplicant_8/src/wps/
Dwps_defs.h194 #define WPS_ENCR_AES 0x0008 macro
196 WPS_ENCR_AES)
Dwps_enrollee.c280 if (encr_type & WPS_ENCR_AES) in wps_build_cred_encr_type()
281 encr_type = WPS_ENCR_AES; in wps_build_cred_encr_type()
699 (WPS_ENCR_NONE | WPS_ENCR_TKIP | WPS_ENCR_AES))) { in wps_process_cred_e()
799 if (!(cred.encr_type & (WPS_ENCR_NONE | WPS_ENCR_TKIP | WPS_ENCR_AES))) in wps_process_ap_settings_e()
816 if ((cred.encr_type & (WPS_ENCR_TKIP | WPS_ENCR_AES)) == in wps_process_ap_settings_e()
830 if ((cred.encr_type & (WPS_ENCR_TKIP | WPS_ENCR_AES)) == WPS_ENCR_TKIP) in wps_process_ap_settings_e()
834 cred.encr_type |= WPS_ENCR_AES; in wps_process_ap_settings_e()
Dwps_registrar.c1484 if (wps->encr_type & WPS_ENCR_AES) in wps_build_cred()
1485 wps->encr_type = WPS_ENCR_AES; in wps_build_cred()
1572 dummy.encr_type = WPS_ENCR_AES; in wps_build_cred()
2589 if (wps->cred.encr_type & WPS_ENCR_AES) in wps_sta_cred_cb()
2590 wps->cred.encr_type = WPS_ENCR_AES; in wps_sta_cred_cb()
3030 cred.encr_type = WPS_ENCR_TKIP | WPS_ENCR_AES; in wps_process_wsc_done()
3319 WPS_ENCR_AES))) { in wps_registrar_config_ap()
3331 if ((cred->encr_type & (WPS_ENCR_TKIP | WPS_ENCR_AES)) == in wps_registrar_config_ap()
3335 cred->encr_type |= WPS_ENCR_AES; in wps_registrar_config_ap()
Dwps_validate.c698 if ((val & ~WPS_ENCR_TYPES) || !(val & WPS_ENCR_AES)) { in wps_validate_encr_type_flags()
721 (num_bits_set(val) > 1 && val != (WPS_ENCR_TKIP | WPS_ENCR_AES))) { in wps_validate_encr_type()
/external/wpa_supplicant_8/src/ap/
Dwps_hostapd.c395 if (cred->encr_type & WPS_ENCR_AES) { in hapd_wps_cred_cb()
851 wps->encr_types |= WPS_ENCR_AES; in hostapd_init_wps()
863 wps->encr_types |= WPS_ENCR_AES; in hostapd_init_wps()
918 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP; in hostapd_init_wps()
1458 cred.encr_type = WPS_ENCR_AES; in hostapd_wps_config_ap()
/external/wpa_supplicant_8/wpa_supplicant/
Dwps_supplicant.c322 case WPS_ENCR_AES: in wpa_supplicant_wps_cred()
1193 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP; in wpas_wps_init()
1579 cred.encr_type = WPS_ENCR_AES; in wpas_wps_er_set_config()
1642 cred.encr_type = WPS_ENCR_AES; in wpas_wps_er_config()
/external/wpa_supplicant_6/wpa_supplicant/
Dwps_supplicant.c305 case WPS_ENCR_AES: in wpa_supplicant_wps_cred()
707 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP; in wpas_wps_init()
/external/wpa_supplicant_8/src/eap_peer/
Deap_wsc.c106 cred->encr_type = WPS_ENCR_AES; in eap_wsc_new_ap_settings()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new.c666 if (cred->encr_type & WPS_ENCR_AES) in wpas_dbus_signal_wps_cred()