http_client.c | 32 size_t max_response; member in struct:http_client 128 c->max_response, HTTP_CLIENT_TIMEOUT_SEC); 137 struct wpabuf *req, size_t max_response, 150 c->max_response = max_response; 249 struct wpabuf *req, size_t max_response, 286 c = http_client_addr(&dst, req, max_response, cb, cb_ctx);
|