Home
last modified time | relevance | path

Searched refs:xml_data_encode (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/wps/
H A Dupnp_xml.c121 void xml_data_encode(struct wpabuf *buf, const char *data, int len) in xml_data_encode() function
164 xml_data_encode(buf, data, os_strlen(data)); in xml_add_tagged_data()
H A Dupnp_xml.h16 void xml_data_encode(struct wpabuf *buf, const char *data, int len);
H A Dwps_upnp_web.c232 xml_data_encode(buf, s, os_strlen(s)); in format_wps_device_xml()