HomeSort by relevance Sort by last modified time
    Searched refs:max_response (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/wps/
http_client.h 24 struct wpabuf *req, size_t max_response,
30 struct wpabuf *req, size_t max_response,
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;
243 struct wpabuf *req, size_t max_response,
280 c = http_client_addr(&dst, req, max_response, cb, cb_ctx);

Completed in 25 milliseconds