HomeSort by relevance Sort by last modified time
    Searched refs:xml_data_encode (Results 1 - 4 of 4) 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 235 xml_data_encode(buf, s, os_strlen(s));
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_web.c 145 /* xml_data_encode -- format data for xml file, escaping special characters.
164 static void xml_data_encode(struct wpabuf *buf, const char *data, int len) function
208 xml_data_encode(buf, data, os_strlen(data));
581 xml_data_encode(buf, s, os_strlen(s));
    [all...]

Completed in 221 milliseconds