Searched refs:status_cb (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/common/
H A Dgas_server.h27 void (*status_cb)(void *ctx, struct wpabuf *resp,
H A Dgas_server.c28 void (*status_cb)(void *ctx, struct wpabuf *resp, int ok); member in struct:gas_server_handler
65 response->handler->status_cb(response->handler->ctx,
375 response->handler->status_cb(response->handler->ctx,
466 void (*status_cb)(void *ctx, struct wpabuf *resp,
481 handler->status_cb = status_cb;
/freebsd-13-stable/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.h263 * status_cb - Notification of a change in EAP status
268 void (*status_cb)(void *ctx, const char *status, member in struct:eapol_ctx
H A Deapol_supp_sm.c2015 if (sm->ctx->status_cb)
2016 sm->ctx->status_cb(sm->ctx->ctx, status, parameter);
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dwpas_glue.c1122 ctx->status_cb = wpa_supplicant_status_cb;
/freebsd-13-stable/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c2824 && s->ctx->ext.status_cb != NULL) {
2825 int ret = s->ctx->ext.status_cb(s, s->ctx->ext.status_arg);
H A Dstatem_srvr.c2127 && s->ctx->ext.status_cb != NULL) {
2137 ret = s->ctx->ext.status_cb(s, s->ctx->ext.status_arg);
/freebsd-13-stable/crypto/openssl/ssl/
H A Ds3_lib.c3878 *(int (**)(SSL*, void*))parg = ctx->ext.status_cb;
4021 ctx->ext.status_cb = (int (*)(SSL *, void *))fp;
H A Dssl_local.h941 int (*status_cb) (SSL *ssl, void *arg); member in struct:ssl_ctx_st::__anon7293

Completed in 302 milliseconds