Fix UNIX domain socket address handling to be more portable
[wpasupplicant] / hostapd / wps_hostapd.h
index 6615c62..9d94a4f 100644 (file)
@@ -23,6 +23,8 @@ void hostapd_deinit_wps(struct hostapd_data *hapd);
 int hostapd_wps_add_pin(struct hostapd_data *hapd, const char *uuid,
                        const char *pin);
 int hostapd_wps_button_pushed(struct hostapd_data *hapd);
+int hostapd_wps_start_oob(struct hostapd_data *hapd, char *device_type,
+                         char *path, char *method, char *name);
 void hostapd_wps_probe_req_rx(struct hostapd_data *hapd, const u8 *addr,
                              const u8 *ie, size_t ie_len);