OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tncc_get_sym
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
tncc.c
311
static void *
tncc_get_sym
(void *handle, char *func)
function
334
imc->Initialize =
tncc_get_sym
(handle, "TNC_IMC_Initialize");
341
imc->BeginHandshake =
tncc_get_sym
(handle, "TNC_IMC_BeginHandshake");
349
tncc_get_sym
(handle, "TNC_IMC_ProvideBindFunction");
358
tncc_get_sym
(handle, "TNC_IMC_NotifyConnectionChange");
359
imc->ReceiveMessage =
tncc_get_sym
(handle, "TNC_IMC_ReceiveMessage");
360
imc->BatchEnding =
tncc_get_sym
(handle, "TNC_IMC_BatchEnding");
361
imc->Terminate =
tncc_get_sym
(handle, "TNC_IMC_Terminate");
/external/wpa_supplicant_8/src/eap_peer/
tncc.c
305
static void *
tncc_get_sym
(void *handle, char *func)
function
328
imc->Initialize =
tncc_get_sym
(handle, "TNC_IMC_Initialize");
335
imc->BeginHandshake =
tncc_get_sym
(handle, "TNC_IMC_BeginHandshake");
343
tncc_get_sym
(handle, "TNC_IMC_ProvideBindFunction");
352
tncc_get_sym
(handle, "TNC_IMC_NotifyConnectionChange");
353
imc->ReceiveMessage =
tncc_get_sym
(handle, "TNC_IMC_ReceiveMessage");
354
imc->BatchEnding =
tncc_get_sym
(handle, "TNC_IMC_BatchEnding");
355
imc->Terminate =
tncc_get_sym
(handle, "TNC_IMC_Terminate");
Completed in 20 milliseconds