Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/wpa/src/wps/
HDwps_defs.h204 #define WPS_ENCR_AES 0x0008 macro
206 WPS_ENCR_AES)
HDwps_enrollee.c287 if (encr_type & WPS_ENCR_AES) in wps_build_cred_encr_type()
288 encr_type = WPS_ENCR_AES; in wps_build_cred_encr_type()
740 (WPS_ENCR_NONE | WPS_ENCR_TKIP | WPS_ENCR_AES))) { in wps_process_cred_e()
838 if (!(cred.encr_type & (WPS_ENCR_NONE | WPS_ENCR_TKIP | WPS_ENCR_AES))) in wps_process_ap_settings_e()
854 if ((cred.encr_type & (WPS_ENCR_TKIP | WPS_ENCR_AES)) == in wps_process_ap_settings_e()
867 if ((cred.encr_type & (WPS_ENCR_TKIP | WPS_ENCR_AES)) == WPS_ENCR_TKIP) in wps_process_ap_settings_e()
871 cred.encr_type |= WPS_ENCR_AES; in wps_process_ap_settings_e()
HDwps_registrar.c1643 wps->cred.encr_type = WPS_ENCR_AES; in wps_build_cred()
1690 if (wps->encr_type & WPS_ENCR_AES) in wps_build_cred()
1691 wps->encr_type = WPS_ENCR_AES; in wps_build_cred()
1798 stub.encr_type = WPS_ENCR_AES; in wps_build_cred()
2886 if (wps->cred.encr_type & WPS_ENCR_AES) in wps_sta_cred_cb()
2887 wps->cred.encr_type = WPS_ENCR_AES; in wps_sta_cred_cb()
3328 cred.encr_type = WPS_ENCR_AES; in wps_process_wsc_done()
3331 cred.encr_type = WPS_ENCR_TKIP | WPS_ENCR_AES; in wps_process_wsc_done()
3628 WPS_ENCR_AES))) { in wps_registrar_config_ap()
3640 if ((cred->encr_type & (WPS_ENCR_TKIP | WPS_ENCR_AES)) == in wps_registrar_config_ap()
[all …]
HDwps_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()
HDwps_common.c394 cred.encr_type = WPS_ENCR_TKIP | WPS_ENCR_AES; in wps_get_oob_cred()
/freebsd-14-stable/contrib/wpa/src/ap/
HDwps_hostapd.c392 if (cred->encr_type & WPS_ENCR_AES) { in hapd_wps_reconfig_in_memory()
624 if (cred->encr_type & WPS_ENCR_AES) { in hapd_wps_cred_cb()
1182 wps->encr_types |= WPS_ENCR_AES; in hostapd_init_wps()
1183 wps->encr_types_rsn |= WPS_ENCR_AES; in hostapd_init_wps()
1210 wps->encr_types |= WPS_ENCR_AES; in hostapd_init_wps()
1211 wps->encr_types_wpa |= WPS_ENCR_AES; in hostapd_init_wps()
1259 wps->encr_types = WPS_ENCR_AES; in hostapd_init_wps()
1260 wps->encr_types_rsn = WPS_ENCR_AES; in hostapd_init_wps()
1261 wps->encr_types_wpa = WPS_ENCR_AES; in hostapd_init_wps()
1264 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP; in hostapd_init_wps()
[all …]
/freebsd-14-stable/contrib/wpa/wpa_supplicant/
HDwps_supplicant.c502 case WPS_ENCR_AES: in wpa_supplicant_wps_cred()
1651 wps->encr_types = WPS_ENCR_AES; in wpas_wps_init()
1654 wps->encr_types = WPS_ENCR_AES | WPS_ENCR_TKIP; in wpas_wps_init()
2096 cred->encr_type = WPS_ENCR_AES; in wpas_wps_network_to_cred()
2194 cred.encr_type = WPS_ENCR_AES; in wpas_wps_er_config()
/freebsd-14-stable/contrib/wpa/src/eap_peer/
HDeap_wsc.c112 cred->encr_type = WPS_ENCR_AES; in eap_wsc_new_ap_settings()
/freebsd-14-stable/contrib/wpa/wpa_supplicant/dbus/
HDdbus_new.c770 if (cred->encr_type & WPS_ENCR_AES) in wpas_dbus_signal_wps_cred()