Home
last modified time | relevance | path

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

/src/contrib/wpa/src/wps/
H A Dwps_upnp_web.c197 xml_add_tagged_data(buf, "friendlyName", s); in format_wps_device_xml()
201 xml_add_tagged_data(buf, "manufacturer", s); in format_wps_device_xml()
204 xml_add_tagged_data(buf, "manufacturerURL", in format_wps_device_xml()
208 xml_add_tagged_data(buf, "modelDescription", in format_wps_device_xml()
213 xml_add_tagged_data(buf, "modelName", s); in format_wps_device_xml()
216 xml_add_tagged_data(buf, "modelNumber", in format_wps_device_xml()
220 xml_add_tagged_data(buf, "modelURL", iface->wps->model_url); in format_wps_device_xml()
223 xml_add_tagged_data(buf, "serialNumber", in format_wps_device_xml()
236 xml_add_tagged_data(buf, "UPC", iface->wps->upc); in format_wps_device_xml()
H A Dupnp_xml.h17 void xml_add_tagged_data(struct wpabuf *buf, const char *tag,
H A Dupnp_xml.c161 void xml_add_tagged_data(struct wpabuf *buf, const char *tag, const char *data) in xml_add_tagged_data() function