]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/wps/wps.h
WPS: Share a common function for error strings
[thirdparty/hostap.git] / src / wps / wps.h
index cb03dbdcd0457d4fcf063b396afc4f0d5066267d..a301b51bb171cf005eaa42b56885fb5172f481e1 100644 (file)
@@ -786,6 +786,7 @@ void wps_free_pending_msgs(struct upnp_pending_message *msgs);
 struct wpabuf * wps_get_oob_cred(struct wps_context *wps);
 int wps_oob_use_cred(struct wps_context *wps, struct wps_parse_attr *attr);
 int wps_attr_text(struct wpabuf *data, char *buf, char *end);
+const char * wps_ei_str(enum wps_error_indication ei);
 
 struct wps_er * wps_er_init(struct wps_context *wps, const char *ifname,
                            const char *filter);