Searched refs:replydata (Results 1 – 1 of 1) sorted by relevance
762 char *replydata; in web_connection_send_reply() local768 replydata = base64_encode(wpabuf_head(reply), wpabuf_len(reply), in web_connection_send_reply()771 replydata = NULL; in web_connection_send_reply()778 buf = wpabuf_alloc(1000 + (replydata ? os_strlen(replydata) : 0U) + in web_connection_send_reply()783 os_free(replydata); in web_connection_send_reply()825 if (replydata && replyname) { in web_connection_send_reply()832 wpabuf_put_str(buf, replydata); in web_connection_send_reply()847 os_free(replydata); in web_connection_send_reply()