Searched refs:WPS_AUTH_OPEN (Results 1 – 5 of 5) sorted by relevance
191 #define WPS_AUTH_OPEN 0x0001 macro197 #define WPS_AUTH_TYPES (WPS_AUTH_OPEN | WPS_AUTH_WPAPSK | WPS_AUTH_SHARED | \
175 if (cred->auth_type == WPS_AUTH_OPEN && in wps_process_cred_network_key()
269 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()
1691 else if (wps->auth_type & WPS_AUTH_OPEN) in wps_build_cred()1692 wps->auth_type = WPS_AUTH_OPEN; in wps_build_cred()
515 cred.auth_type = WPS_AUTH_OPEN; in hostapd_wps_config_ap()