Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/wps/
H A Dwps_defs.h191 #define WPS_AUTH_OPEN 0x0001 macro
197 #define WPS_AUTH_TYPES (WPS_AUTH_OPEN | WPS_AUTH_WPAPSK | WPS_AUTH_SHARED | \
H A Dwps_attr_process.c175 if (cred->auth_type == WPS_AUTH_OPEN && in wps_process_cred_network_key()
H A Dwps_enrollee.c266 else if (auth_type & WPS_AUTH_OPEN) in wps_build_cred_auth_type()
267 auth_type = WPS_AUTH_OPEN; in wps_build_cred_auth_type()
H A Dwps_registrar.c1671 else if (wps->auth_type & WPS_AUTH_OPEN) in wps_build_cred()
1672 wps->auth_type = WPS_AUTH_OPEN; in wps_build_cred()
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_wsc.c88 cred->auth_type = WPS_AUTH_OPEN; in eap_wsc_new_ap_settings()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.c424 if (auth_type != WPS_AUTH_OPEN && in wpa_supplicant_wps_cred()
523 case WPS_AUTH_OPEN: in wpa_supplicant_wps_cred()
2110 cred->auth_type = WPS_AUTH_OPEN; in wpas_wps_network_to_cred()
2177 cred.auth_type = WPS_AUTH_OPEN; in wpas_wps_er_config()
/freebsd/contrib/wpa/src/ap/
H A Dwps_hostapd.c1222 wps->auth_types |= WPS_AUTH_OPEN; in hostapd_init_wps()
1936 cred.auth_type = WPS_AUTH_OPEN; in hostapd_wps_config_ap()
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.c751 if (cred->auth_type & WPS_AUTH_OPEN) in wpas_dbus_signal_wps_cred()