Home | History | Annotate | Download | only in wps

Lines Matching refs:req

24 	struct wpabuf *req;
92 (unsigned long) wpabuf_len(c->req),
93 (unsigned long) wpabuf_len(c->req) - c->req_pos);
95 res = send(c->sd, wpabuf_head_u8(c->req) + c->req_pos,
96 wpabuf_len(c->req) - c->req_pos, 0);
105 if ((size_t) res < wpabuf_len(c->req) - c->req_pos) {
108 res, (unsigned long) wpabuf_len(c->req),
109 (unsigned long) wpabuf_len(c->req) - c->req_pos -
118 wpabuf_free(c->req);
119 c->req = NULL;
131 struct wpabuf *req, size_t max_response,
187 c->req = req;
243 struct wpabuf *req, size_t max_response,
260 if (req == NULL) {
266 req = req_buf;
267 wpabuf_printf(req,
280 c = http_client_addr(&dst, req, max_response, cb, cb_ctx);
295 wpabuf_free(c->req);