Home | History | Annotate | Download | only in utils

Lines Matching refs:cert_cb

48 	int (*cert_cb)(void *ctx, struct http_cert *cert);
895 if (ctx->cert_cb == NULL) {
896 wpa_printf(MSG_DEBUG, "%s: no cert_cb configured", __func__);
908 ret = ctx->cert_cb(ctx->cert_cb_ctx, &hcert);
1729 ctx->cert_cb = cb;