Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_defs.h191 #define WPS_AUTH_OPEN 0x0001 macro
197 #define WPS_AUTH_TYPES (WPS_AUTH_OPEN | WPS_AUTH_WPAPSK | WPS_AUTH_SHARED | \
Dwps_attr_process.c175 if (cred->auth_type == WPS_AUTH_OPEN && in wps_process_cred_network_key()
Dwps_enrollee.c269 else if (auth_type & WPS_AUTH_OPEN) in wps_build_cred_auth_type()
270 auth_type = WPS_AUTH_OPEN; in wps_build_cred_auth_type()
Dwps_registrar.c1691 else if (wps->auth_type & WPS_AUTH_OPEN) in wps_build_cred()
1692 wps->auth_type = WPS_AUTH_OPEN; in wps_build_cred()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwps_hostapd.c515 cred.auth_type = WPS_AUTH_OPEN; in hostapd_wps_config_ap()