HomeSort by relevance Sort by last modified time
    Searched refs:get_complete_cb (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.h 35 void (*get_complete_cb)(void *ctx, void *session_ctx),
eap_sim_db.c 64 void (*get_complete_cb)(void *ctx, void *session_ctx); member in struct:eap_sim_db_data
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
    [all...]

Completed in 48 milliseconds