X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Fwps%2Fwps.h;h=a301b51bb171cf005eaa42b56885fb5172f481e1;hb=961750c1e8166a418fb138d83f4a401d3efdbfad;hp=cb03dbdcd0457d4fcf063b396afc4f0d5066267d;hpb=30158a0d80a1492b589a0d8d2b58d407ae37c4fa;p=thirdparty%2Fhostap.git diff --git a/src/wps/wps.h b/src/wps/wps.h index cb03dbdcd..a301b51bb 100644 --- a/src/wps/wps.h +++ b/src/wps/wps.h @@ -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);