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

  /external/wpa_supplicant_8/src/wps/
upnp_xml.h 21 char * xml_get_first_item(const char *doc, const char *item);
upnp_xml.c 190 char * xml_get_first_item(const char *doc, const char *item) function
232 msg = xml_get_first_item(data, name);
wps_er.c 522 val = xml_get_first_item(data, "deviceType");
557 ap->friendly_name = xml_get_first_item(data, "friendlyName");
560 ap->manufacturer = xml_get_first_item(data, "manufacturer");
563 ap->manufacturer_url = xml_get_first_item(data, "manufacturerURL");
567 ap->model_description = xml_get_first_item(data, "modelDescription");
571 ap->model_name = xml_get_first_item(data, "modelName");
574 ap->model_number = xml_get_first_item(data, "modelNumber");
577 ap->model_url = xml_get_first_item(data, "modelURL");
580 ap->serial_number = xml_get_first_item(data, "serialNumber");
583 ap->udn = xml_get_first_item(data, "UDN")
    [all...]
wps_upnp_web.c 526 val = xml_get_first_item(data, "NewWLANEventType");
535 val = xml_get_first_item(data, "NewWLANEventMAC");
    [all...]

Completed in 273 milliseconds