UPnP XML helper routines. More...
#include "includes.h"
#include "common.h"
#include "base64.h"
#include "http.h"
#include "upnp_xml.h"
Go to the source code of this file.
Functions | |
void | xml_data_encode (struct wpabuf *buf, const char *data, int len) |
void | xml_add_tagged_data (struct wpabuf *buf, const char *tag, const char *data) |
char * | xml_get_first_item (const char *doc, const char *item) |
struct wpabuf * | xml_get_base64_item (const char *data, const char *name, enum http_reply_code *ret) |
UPnP XML helper routines.
See wps_upnp.c for more details on licensing and code history.
Definition in file upnp_xml.c.