Home | History | Annotate | Download | only in eap_server

Lines Matching refs:get_complete_cb

64 	void (*get_complete_cb)(void *ctx, void *session_ctx);
426 data->get_complete_cb(data->ctx, entry->cb_session_ctx);
470 data->get_complete_cb(data->ctx, entry->cb_session_ctx);
504 data->get_complete_cb(data->ctx, entry->cb_session_ctx);
561 data->get_complete_cb(data->ctx, entry->cb_session_ctx);
587 if (data->get_complete_cb == NULL) {
588 wpa_printf(MSG_DEBUG, "EAP-SIM DB: No get_complete_cb "
695 * @get_complete_cb: Callback function for reporting availability of triplets
696 * @ctx: Context pointer for get_complete_cb
701 void (*get_complete_cb)(void *ctx, void *session_ctx),
712 data->get_complete_cb = get_complete_cb;
854 * @cb_session_ctx: Session callback context for get_complete_cb()
1321 * @cb_session_ctx: Session callback context for get_complete_cb()