Searched refs:xml_data_encode (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dupnp_xml.h16 void xml_data_encode(struct wpabuf *buf, const char *data, int len);
H A Dupnp_xml.c102 /* 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));
H A Dwps_upnp_web.c232 xml_data_encode(buf, s, os_strlen(s));
/external/wpa_supplicant_8/src/wps/
H A Dupnp_xml.h16 void xml_data_encode(struct wpabuf *buf, const char *data, int len);
H A Dupnp_xml.c102 /* 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));
H A Dwps_upnp_web.c232 xml_data_encode(buf, s, os_strlen(s));
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dupnp_xml.h16 void xml_data_encode(struct wpabuf *buf, const char *data, int len);
H A Dupnp_xml.c102 /* 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));
H A Dwps_upnp_web.c232 xml_data_encode(buf, s, os_strlen(s));

Completed in 123 milliseconds