Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_defs.h203 #define WPS_ENCR_TKIP 0x0004 macro
205 #define WPS_ENCR_TYPES (WPS_ENCR_NONE | WPS_ENCR_WEP | WPS_ENCR_TKIP | \
Dwps_enrollee.c292 else if (encr_type & WPS_ENCR_TKIP) in wps_build_cred_encr_type()
293 encr_type = WPS_ENCR_TKIP; 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()
895 WPS_ENCR_TKIP || 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()
Dwps_registrar.c1713 else if (wps->encr_type & WPS_ENCR_TKIP) in wps_build_cred()
1714 wps->encr_type = WPS_ENCR_TKIP; in wps_build_cred()
2903 else if (wps->cred.encr_type & WPS_ENCR_TKIP) in wps_sta_cred_cb()
2904 wps->cred.encr_type = WPS_ENCR_TKIP; in wps_sta_cred_cb()
3354 cred.encr_type = WPS_ENCR_TKIP | WPS_ENCR_AES; in wps_process_wsc_done()
3652 if (!(cred->encr_type & (WPS_ENCR_NONE | WPS_ENCR_TKIP | in wps_registrar_config_ap()
3665 if ((cred->encr_type & (WPS_ENCR_TKIP | WPS_ENCR_AES)) == in wps_registrar_config_ap()
3666 WPS_ENCR_TKIP) { in wps_registrar_config_ap()
Dwps_attr_build.c344 encr_types &= ~WPS_ENCR_TKIP; in wps_build_encr_type_flags()
Dwps_common.c408 cred.encr_type = WPS_ENCR_TKIP | WPS_ENCR_AES; in wps_get_oob_cred()
Dwps_validate.c723 (num_bits_set(val) > 1 && val != (WPS_ENCR_TKIP | WPS_ENCR_AES))) { in wps_validate_encr_type()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwps_hostapd.c519 cred.encr_type = WPS_ENCR_TKIP; in hostapd_wps_config_ap()