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

/freebsd-12-stable/contrib/wpa/hs20/client/
H A Dosu_client.h36 const char *ca_fname; member in struct:hs20_osu_client
H A Dosu_client.c395 cmd_dl_osu_ca(struct hs20_osu_client *ctx, const char *pps_fname, const char *ca_fname) argument
422 cmd_dl_polupd_ca(struct hs20_osu_client *ctx, const char *pps_fname, const char *ca_fname) argument
449 cmd_dl_aaa_ca(struct hs20_osu_client *ctx, const char *pps_fname, const char *ca_fname) argument
2552 cmd_sub_rem(struct hs20_osu_client *ctx, const char *address, const char *pps_fname, const char *ca_fname) argument
2710 cmd_pol_upd(struct hs20_osu_client *ctx, const char *address, const char *pps_fname, const char *ca_fname) argument
[all...]
/freebsd-12-stable/contrib/wpa/src/utils/
H A Dhttp_curl.c1348 setup_curl_post(struct http_ctx *ctx, const char *address, const char *ca_fname, const char *username, const char *password, const char *client_cert, const char *client_key) argument
1411 post_init_client(struct http_ctx *ctx, const char *address, const char *ca_fname, const char *username, const char *password, const char *client_cert, const char *client_key) argument
1446 soap_init_client(struct http_ctx *ctx, const char *address, const char *ca_fname, const char *username, const char *password, const char *client_cert, const char *client_key) argument
1468 char *ca_fname = NULL; local
1616 http_download_file(struct http_ctx *ctx, const char *url, const char *fname, const char *ca_fname) argument
1680 http_post(struct http_ctx *ctx, const char *url, const char *data, const char *content_type, const char *ext_hdr, const char *ca_fname, const char *username, const char *password, const char *client_cert, const char *client_key, size_t *resp_len) argument
[all...]

Completed in 167 milliseconds