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

  /external/wpa_supplicant_8/src/wps/
upnp_xml.h 16 void xml_data_encode(struct wpabuf *buf, const char *data, int len);
upnp_xml.c 102 /* xml_data_encode -- format data for xml file, escaping special characters.
121 void xml_data_encode(struct wpabuf *buf, const char *data, int len) function
164 xml_data_encode(buf, data, os_strlen(data));
wps_upnp_web.c 232 xml_data_encode(buf, s, os_strlen(s));
    [all...]

Completed in 7146 milliseconds