Searched refs:NotifyConnectionChange (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/wpa/src/eap_peer/
H A Dtncc.c121 TNC_Result (*NotifyConnectionChange)( member in struct:tnc_if_imc
351 imc->NotifyConnectionChange =
413 if (imc->NotifyConnectionChange == NULL)
418 res = imc->NotifyConnectionChange(imc->imcID, imc->connectionID,
/freebsd-10.1-release/contrib/wpa/src/eap_server/
H A Dtncs.c118 TNC_Result (*NotifyConnectionChange)( member in struct:tnc_if_imv
430 imv->NotifyConnectionChange =
493 if (imv->NotifyConnectionChange == NULL)
498 res = imv->NotifyConnectionChange(imv->imvID, conn, state);

Completed in 101 milliseconds