http_client.c | 26 size_t max_response; member in struct:http_client 122 c->max_response, HTTP_CLIENT_TIMEOUT_SEC); 131 struct wpabuf *req, size_t max_response, 144 c->max_response = max_response; 237 struct wpabuf *req, size_t max_response, 274 c = http_client_addr(&dst, req, max_response, cb, cb_ctx);
|