Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_defs.h204 #define WPS_ENCR_AES 0x0008 macro
206 WPS_ENCR_AES)
Dwps_enrollee.c290 if (encr_type & WPS_ENCR_AES) in wps_build_cred_encr_type()
291 encr_type = WPS_ENCR_AES; in wps_build_cred_encr_type()
760 (WPS_ENCR_NONE | WPS_ENCR_TKIP | WPS_ENCR_AES))) { in wps_process_cred_e()
876 if (!(cred->encr_type & (WPS_ENCR_NONE | WPS_ENCR_TKIP | WPS_ENCR_AES))) in wps_process_ap_settings_e()
894 if ((cred->encr_type & (WPS_ENCR_TKIP | WPS_ENCR_AES)) == in wps_process_ap_settings_e()
908 if ((cred->encr_type & (WPS_ENCR_TKIP | WPS_ENCR_AES)) == WPS_ENCR_TKIP) in wps_process_ap_settings_e()
912 cred->encr_type |= WPS_ENCR_AES; in wps_process_ap_settings_e()
Dwps_registrar.c1663 wps->cred.encr_type = WPS_ENCR_AES; in wps_build_cred()
1710 if (wps->encr_type & WPS_ENCR_AES) in wps_build_cred()
1711 wps->encr_type = WPS_ENCR_AES; in wps_build_cred()
1820 stub.encr_type = WPS_ENCR_AES; in wps_build_cred()
2901 if (wps->cred.encr_type & WPS_ENCR_AES) in wps_sta_cred_cb()
2902 wps->cred.encr_type = WPS_ENCR_AES; in wps_sta_cred_cb()
3351 cred.encr_type = WPS_ENCR_AES; in wps_process_wsc_done()
3354 cred.encr_type = WPS_ENCR_TKIP | WPS_ENCR_AES; in wps_process_wsc_done()
3653 WPS_ENCR_AES))) { in wps_registrar_config_ap()
3665 if ((cred->encr_type & (WPS_ENCR_TKIP | WPS_ENCR_AES)) == in wps_registrar_config_ap()
[all …]
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.c408 cred.encr_type = WPS_ENCR_TKIP | WPS_ENCR_AES; in wps_get_oob_cred()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwps_hostapd.c522 cred.encr_type = WPS_ENCR_AES; in hostapd_wps_config_ap()
525 cred.encr_type = WPS_ENCR_AES; in hostapd_wps_config_ap()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wps.c829 (sm->creds[0].encr_type & WPS_ENCR_AES)) { in wps_finish()