HomeSort by relevance Sort by last modified time
    Searched refs:xml_add_tagged_data (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/wps/
upnp_xml.h 17 void xml_add_tagged_data(struct wpabuf *buf, const char *tag,
wps_upnp_web.c 200 xml_add_tagged_data(buf, "friendlyName", s);
204 xml_add_tagged_data(buf, "manufacturer", s);
207 xml_add_tagged_data(buf, "manufacturerURL",
211 xml_add_tagged_data(buf, "modelDescription",
216 xml_add_tagged_data(buf, "modelName", s);
219 xml_add_tagged_data(buf, "modelNumber",
223 xml_add_tagged_data(buf, "modelURL", iface->wps->model_url);
226 xml_add_tagged_data(buf, "serialNumber",
231 /* Need "uuid:" prefix, thus we can't use xml_add_tagged_data()
239 xml_add_tagged_data(buf, "UPC", iface->wps->upc)
    [all...]

Completed in 41 milliseconds