]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - wpa_supplicant/wps_supplicant.h
WPS: Add initial part of External Registrar functionality
[thirdparty/hostap.git] / wpa_supplicant / wps_supplicant.h
index 47253126fa8d500901ad390e99332ab15eb7eff0..e75b3bed17b80f5667bdda9d4258eae5d73d3719 100644 (file)
@@ -47,6 +47,10 @@ int wpas_wps_scan_pbc_overlap(struct wpa_supplicant *wpa_s,
                              struct wpa_ssid *ssid);
 void wpas_wps_notify_scan_results(struct wpa_supplicant *wpa_s);
 int wpas_wps_searching(struct wpa_supplicant *wpa_s);
+int wpas_wps_scan_result_text(const u8 *ies, size_t ies_len, char *pos,
+                             char *end);
+int wpas_wps_er_start(struct wpa_supplicant *wpa_s);
+int wpas_wps_er_stop(struct wpa_supplicant *wpa_s);
 
 #else /* CONFIG_WPS */