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

/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Dtncc.c74 TNC_Result (*NotifyConnectionChange)( member in struct:tnc_if_imc
303 imc->NotifyConnectionChange =
365 if (imc->NotifyConnectionChange == NULL)
370 res = imc->NotifyConnectionChange(imc->imcID, imc->connectionID,
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Dtncs.c52 TNC_Result (*NotifyConnectionChange)( member in struct:tnc_if_imv
362 imv->NotifyConnectionChange =
425 if (imv->NotifyConnectionChange == NULL)
430 res = imv->NotifyConnectionChange(imv->imvID, conn, state);

Completed in 99 milliseconds