OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cb_session_ctx
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_sim_db.c
44
void *
cb_session_ctx
;
member in struct:eap_sim_db_pending
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
);
529
* @
cb_session_ctx
: Session callback context for get_complete_cb()
550
void *
cb_session_ctx
)
636
entry->
cb_session_ctx
=
cb_session_ctx
;
1157
* @
cb_session_ctx
: Session callback context for get_complete_cb(
[
all
...]
/external/wpa_supplicant_8/src/eap_server/
eap_sim_db.c
45
void *
cb_session_ctx
;
member in struct:eap_sim_db_pending
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
);
530
* @
cb_session_ctx
: Session callback context for get_complete_cb()
551
void *
cb_session_ctx
)
637
entry->
cb_session_ctx
=
cb_session_ctx
;
1158
* @
cb_session_ctx
: Session callback context for get_complete_cb(
[
all
...]
Completed in 2662 milliseconds