Home
last modified time | relevance | path

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

/hostap-latest/src/utils/
Dhttp-utils.h50 int http_download_file(struct http_ctx *ctx, const char *url,
Dhttp_curl.c1595 int http_download_file(struct http_ctx *ctx, const char *url, in http_download_file() function
/hostap-latest/hs20/client/
Dest.c136 res = http_download_file(ctx->http, buf, "Cert/est-cacerts.txt", in est_load_cacerts()
594 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()