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

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_sim_db.c 69 void (*get_complete_cb)(void *ctx, void *session_ctx); member in struct:eap_sim_db_data
134 data->get_complete_cb(data->ctx, entry->cb_session_ctx);
178 data->get_complete_cb(data->ctx, entry->cb_session_ctx);
212 data->get_complete_cb(data->ctx, entry->cb_session_ctx);
269 data->get_complete_cb(data->ctx, entry->cb_session_ctx);
295 if (data->get_complete_cb == NULL) {
296 wpa_printf(MSG_DEBUG, "EAP-SIM DB: No get_complete_cb "
393 * @get_complete_cb: Callback function for reporting availability of triplets
394 * @ctx: Context pointer for get_complete_cb
398 void (*get_complete_cb)(void *ctx, void *session_ctx)
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.c 70 void (*get_complete_cb)(void *ctx, void *session_ctx); member in struct:eap_sim_db_data
135 data->get_complete_cb(data->ctx, entry->cb_session_ctx);
179 data->get_complete_cb(data->ctx, entry->cb_session_ctx);
213 data->get_complete_cb(data->ctx, entry->cb_session_ctx);
270 data->get_complete_cb(data->ctx, entry->cb_session_ctx);
296 if (data->get_complete_cb == NULL) {
297 wpa_printf(MSG_DEBUG, "EAP-SIM DB: No get_complete_cb "
394 * @get_complete_cb: Callback function for reporting availability of triplets
395 * @ctx: Context pointer for get_complete_cb
399 void (*get_complete_cb)(void *ctx, void *session_ctx)
    [all...]

Completed in 158 milliseconds