Lines Matching refs:wpabuf_put_str

189 	wpabuf_put_str(buf, wps_device_xml_prefix);  in format_wps_device_xml()
231 wpabuf_put_str(buf, "<UDN>uuid:"); in format_wps_device_xml()
233 wpabuf_put_str(buf, "</UDN>\n"); in format_wps_device_xml()
238 wpabuf_put_str(buf, wps_device_xml_postfix); in format_wps_device_xml()
244 wpabuf_put_str(buf, "HTTP/1.1 "); in http_put_reply_code()
247 wpabuf_put_str(buf, "200 OK\r\n"); in http_put_reply_code()
250 wpabuf_put_str(buf, "400 Bad request\r\n"); in http_put_reply_code()
253 wpabuf_put_str(buf, "412 Precondition failed\r\n"); in http_put_reply_code()
256 wpabuf_put_str(buf, "501 Unimplemented\r\n"); in http_put_reply_code()
260 wpabuf_put_str(buf, "500 Internal server error\r\n"); in http_put_reply_code()
268 wpabuf_put_str(buf, "Date: "); in http_put_date()
270 wpabuf_put_str(buf, "\r\n"); in http_put_date()
277 wpabuf_put_str(buf, http_server_hdr); in http_put_empty()
278 wpabuf_put_str(buf, http_connection_close); in http_put_empty()
279 wpabuf_put_str(buf, "Content-Length: 0\r\n" in http_put_empty()
356 wpabuf_put_str(buf, in web_connection_parse_get()
363 wpabuf_put_str(buf, "\r\n"); in web_connection_parse_get()
374 wpabuf_put_str(buf, in web_connection_parse_get()
377 wpabuf_put_str(buf, "Server: Unspecified, UPnP/1.0, Unspecified\r\n"); in web_connection_parse_get()
378 wpabuf_put_str(buf, "Connection: close\r\n"); in web_connection_parse_get()
379 wpabuf_put_str(buf, "Content-Length: "); in web_connection_parse_get()
385 wpabuf_put_str(buf, " \r\n"); in web_connection_parse_get()
390 wpabuf_put_str(buf, "\r\n"); in web_connection_parse_get()
399 wpabuf_put_str(buf, wps_scpd_xml); in web_connection_parse_get()
794 wpabuf_put_str(buf, in web_connection_send_reply()
801 wpabuf_put_str(buf, http_connection_close); in web_connection_send_reply()
803 wpabuf_put_str(buf, "Content-Length: "); in web_connection_send_reply()
809 wpabuf_put_str(buf, " \r\n"); in web_connection_send_reply()
814 wpabuf_put_str(buf, "\r\n"); in web_connection_send_reply()
819 wpabuf_put_str(buf, soap_prefix); in web_connection_send_reply()
820 wpabuf_put_str(buf, "<u:"); in web_connection_send_reply()
822 wpabuf_put_str(buf, "Response xmlns:u=\""); in web_connection_send_reply()
823 wpabuf_put_str(buf, urn_wfawlanconfig); in web_connection_send_reply()
824 wpabuf_put_str(buf, "\">\n"); in web_connection_send_reply()
832 wpabuf_put_str(buf, replydata); in web_connection_send_reply()
835 wpabuf_put_str(buf, "</u:"); in web_connection_send_reply()
837 wpabuf_put_str(buf, "Response>\n"); in web_connection_send_reply()
838 wpabuf_put_str(buf, soap_postfix); in web_connection_send_reply()
841 wpabuf_put_str(buf, soap_prefix); in web_connection_send_reply()
842 wpabuf_put_str(buf, soap_error_prefix); in web_connection_send_reply()
844 wpabuf_put_str(buf, soap_error_postfix); in web_connection_send_reply()
845 wpabuf_put_str(buf, soap_postfix); in web_connection_send_reply()
1142 wpabuf_put_str(buf, http_server_hdr); in web_connection_parse_subscribe()
1143 wpabuf_put_str(buf, http_connection_close); in web_connection_parse_subscribe()
1144 wpabuf_put_str(buf, "Content-Length: 0\r\n"); in web_connection_parse_subscribe()
1145 wpabuf_put_str(buf, "SID: uuid:"); in web_connection_parse_subscribe()
1151 wpabuf_put_str(buf, "\r\n"); in web_connection_parse_subscribe()
1155 wpabuf_put_str(buf, "\r\n"); in web_connection_parse_subscribe()