WPS ER: Add preliminary PBC support
[libeap.git] / wpa_supplicant / wps_supplicant.h
index 503a4cd..db70edd 100644 (file)
@@ -53,6 +53,7 @@ int wpas_wps_er_start(struct wpa_supplicant *wpa_s);
 int wpas_wps_er_stop(struct wpa_supplicant *wpa_s);
 int wpas_wps_er_add_pin(struct wpa_supplicant *wpa_s, const char *uuid,
                        const char *pin);
+int wpas_wps_er_pbc(struct wpa_supplicant *wpa_s, const char *uuid);
 
 #else /* CONFIG_WPS */