Searched defs:max_response (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dhttp_client.c26 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);
130 http_client_addr(struct sockaddr_in *dst, struct wpabuf *req, size_t max_response, void (*cb)(void *ctx, struct http_client *c, enum http_client_event event), void *cb_ctx) argument
236 http_client_url(const char *url, struct wpabuf *req, size_t max_response, void (*cb)(void *ctx, struct http_client *c, enum http_client_event event), void *cb_ctx) argument
/external/wpa_supplicant_8/src/wps/
H A Dhttp_client.c26 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);
130 http_client_addr(struct sockaddr_in *dst, struct wpabuf *req, size_t max_response, void (*cb)(void *ctx, struct http_client *c, enum http_client_event event), void *cb_ctx) argument
236 http_client_url(const char *url, struct wpabuf *req, size_t max_response, void (*cb)(void *ctx, struct http_client *c, enum http_client_event event), void *cb_ctx) argument
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dhttp_client.c26 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);
130 http_client_addr(struct sockaddr_in *dst, struct wpabuf *req, size_t max_response, void (*cb)(void *ctx, struct http_client *c, enum http_client_event event), void *cb_ctx) argument
236 http_client_url(const char *url, struct wpabuf *req, size_t max_response, void (*cb)(void *ctx, struct http_client *c, enum http_client_event event), void *cb_ctx) argument

Completed in 58 milliseconds