Searched refs:xml_add_tagged_data (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/wpa/src/wps/
H A Dupnp_xml.h17 void xml_add_tagged_data(struct wpabuf *buf, const char *tag,
H A Dwps_upnp_web.c197 xml_add_tagged_data(buf, "friendlyName", s);
201 xml_add_tagged_data(buf, "manufacturer", s);
204 xml_add_tagged_data(buf, "manufacturerURL",
208 xml_add_tagged_data(buf, "modelDescription",
213 xml_add_tagged_data(buf, "modelName", s);
216 xml_add_tagged_data(buf, "modelNumber",
220 xml_add_tagged_data(buf, "modelURL", iface->wps->model_url);
223 xml_add_tagged_data(buf, "serialNumber",
228 /* Need "uuid:" prefix, thus we can't use xml_add_tagged_data()
236 xml_add_tagged_data(bu
[all...]

Completed in 166 milliseconds