Home
last modified time | relevance | path

Searched refs:WPS_ENCR_NONE (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_defs.h201 #define WPS_ENCR_NONE 0x0001 macro
205 #define WPS_ENCR_TYPES (WPS_ENCR_NONE | WPS_ENCR_WEP | WPS_ENCR_TKIP | \
Dwps_attr_process.c176 cred->encr_type == WPS_ENCR_NONE) { in wps_process_cred_network_key()
Dwps_enrollee.c760 (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()
Dwps_registrar.c1722 if (wps->encr_type & WPS_ENCR_NONE) in wps_build_cred()
1723 wps->encr_type = WPS_ENCR_NONE; in wps_build_cred()
3652 if (!(cred->encr_type & (WPS_ENCR_NONE | WPS_ENCR_TKIP | in wps_registrar_config_ap()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwps_hostapd.c514 cred.encr_type = WPS_ENCR_NONE; in hostapd_wps_config_ap()