wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
upnp_xml.h
Go to the documentation of this file.
1 
10 #ifndef UPNP_XML_H
11 #define UPNP_XML_H
12 
13 #include "http.h"
14 
15 void xml_data_encode(struct wpabuf *buf, const char *data, int len);
16 void xml_add_tagged_data(struct wpabuf *buf, const char *tag,
17  const char *data);
18 int xml_next_tag(const char *in, const char **out,
19  const char **out_tagname, const char **end);
20 char * xml_get_first_item(const char *doc, const char *item);
21 struct wpabuf * xml_get_base64_item(const char *data, const char *name,
22  enum http_reply_code *ret);
23 
24 #endif /* UPNP_XML_H */
int xml_next_tag(const char *in, const char **out, const char **out_tagname, const char **end)
Advance to next tag.
Definition: upnp_xml.c:77
Definition: wpabuf.h:16
HTTP for WPS Copyright (c) 2006-2007 Sony Corporation Copyright (c) 2008-2009 Atheros Communications ...