Searched refs:xml_add_tagged_data (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/wpa/src/wps/ |
| H A D | wps_upnp_web.c | 197 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 D | upnp_xml.h | 17 void xml_add_tagged_data(struct wpabuf *buf, const char *tag,
|
| H A D | upnp_xml.c | 161 void xml_add_tagged_data(struct wpabuf *buf, const char *tag, const char *data) in xml_add_tagged_data() function
|