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

/freebsd-11-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-11-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-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpas_glue.c1122 ctx->status_cb = wpa_supplicant_status_cb;

Completed in 190 milliseconds