Home | History | Annotate | Download | only in eap_server

Lines Matching refs:get_complete_cb

64 	void (*get_complete_cb)(void *ctx, void *session_ctx);
451 data->get_complete_cb(data->ctx, entry->cb_session_ctx);
482 data->get_complete_cb(data->ctx, entry->cb_session_ctx);
526 data->get_complete_cb(data->ctx, entry->cb_session_ctx);
560 data->get_complete_cb(data->ctx, entry->cb_session_ctx);
617 data->get_complete_cb(data->ctx, entry->cb_session_ctx);
641 if (data->get_complete_cb == NULL) {
642 wpa_printf(MSG_DEBUG, "EAP-SIM DB: No get_complete_cb "
750 * @get_complete_cb: Callback function for reporting availability of triplets
751 * @ctx: Context pointer for get_complete_cb
756 void (*get_complete_cb)(void *ctx, void *session_ctx),
767 data->get_complete_cb = get_complete_cb;
910 * @cb_session_ctx: Session callback context for get_complete_cb()
1379 * @cb_session_ctx: Session callback context for get_complete_cb()