Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/wpa_supplicant/src/wps/
Dwps_defs.h197 #define WPS_ENCR_NONE 0x0001 macro
201 #define WPS_ENCR_TYPES (WPS_ENCR_NONE | WPS_ENCR_WEP | WPS_ENCR_TKIP | \
Dwps_enrollee.c290 else if (encr_type & WPS_ENCR_NONE) in wps_build_cred_encr_type()
291 encr_type = WPS_ENCR_NONE; in wps_build_cred_encr_type()
700 (WPS_ENCR_NONE | WPS_ENCR_TKIP | WPS_ENCR_AES))) { in wps_process_cred_e()
821 if (!(cred->encr_type & (WPS_ENCR_NONE | WPS_ENCR_TKIP | WPS_ENCR_AES))) in wps_process_ap_settings_e()
Dwps_attr_process.c173 cred->encr_type == WPS_ENCR_NONE) { in wps_process_cred_network_key()
Dwps_registrar.c1622 else if (wps->encr_type & WPS_ENCR_NONE) in wps_build_cred()
1623 wps->encr_type = WPS_ENCR_NONE; in wps_build_cred()
3445 if (!(cred->encr_type & (WPS_ENCR_NONE | WPS_ENCR_TKIP | in wps_registrar_config_ap()