wpa_supplicant / hostapd 2.0

upnp_xml.h

Go to the documentation of this file.
00001 
00012 #ifndef UPNP_XML_H
00013 #define UPNP_XML_H
00014 
00015 #include "http.h"
00016 
00017 void xml_data_encode(struct wpabuf *buf, const char *data, int len);
00018 void xml_add_tagged_data(struct wpabuf *buf, const char *tag,
00019                          const char *data);
00020 int xml_next_tag(const char *in, const char **out,
00021                  const char **out_tagname, const char **end);
00022 char * xml_get_first_item(const char *doc, const char *item);
00023 struct wpabuf * xml_get_base64_item(const char *data, const char *name,
00024                                     enum http_reply_code *ret);
00025 
00026 #endif /* UPNP_XML_H */
00027 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines