OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NotifyConnectionChange
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/eap_server/
tncs.c
52
TNC_Result (*
NotifyConnectionChange
)(
364
imv->
NotifyConnectionChange
=
427
if (imv->
NotifyConnectionChange
== NULL)
432
res = imv->
NotifyConnectionChange
(imv->imvID, conn, state);
/external/wpa_supplicant_8/src/eap_peer/
tncc.c
74
TNC_Result (*
NotifyConnectionChange
)(
304
imc->
NotifyConnectionChange
=
366
if (imc->
NotifyConnectionChange
== NULL)
371
res = imc->
NotifyConnectionChange
(imc->imcID, imc->connectionID,
Completed in 73 milliseconds