Home
last modified time | relevance | path

Searched refs:http_download_file (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/utils/
Dhttp-utils.h49 int http_download_file(struct http_ctx *ctx, const char *url,
Dhttp_curl.c1616 int http_download_file(struct http_ctx *ctx, const char *url, in http_download_file() function
/external/wpa_supplicant_8/hs20/client/
Dest.c139 res = http_download_file(ctx->http, buf, "Cert/est-cacerts.txt", in est_load_cacerts()
621 res = http_download_file(ctx->http, buf, "Cert/est-csrattrs.txt", in est_build_csr()
Dosu_client.c342 res = http_download_file(ctx->http, url, TMP_CERT_DL_FILE, NULL); in download_cert()