Searched refs:xml_get_first_item (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/wps/
H A Dupnp_xml.h21 char * xml_get_first_item(const char *doc, const char *item);
H A Dupnp_xml.c190 char * xml_get_first_item(const char *doc, const char *item) function
232 msg = xml_get_first_item(data, name);
H A Dwps_er.c519 val = xml_get_first_item(data, "deviceType");
554 ap->friendly_name = xml_get_first_item(data, "friendlyName");
557 ap->manufacturer = xml_get_first_item(data, "manufacturer");
560 ap->manufacturer_url = xml_get_first_item(data, "manufacturerURL");
564 ap->model_description = xml_get_first_item(data, "modelDescription");
568 ap->model_name = xml_get_first_item(data, "modelName");
571 ap->model_number = xml_get_first_item(data, "modelNumber");
574 ap->model_url = xml_get_first_item(data, "modelURL");
577 ap->serial_number = xml_get_first_item(data, "serialNumber");
580 ap->udn = xml_get_first_item(dat
[all...]
H A Dwps_upnp_web.c598 val = xml_get_first_item(data, "NewWLANEventType");
607 val = xml_get_first_item(data, "NewWLANEventMAC");

Completed in 105 milliseconds