Home
last modified time | relevance | path

Searched refs:pOutFunctionPointer (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/src/eap_server/
Dtncs.c293 void **pOutFunctionPointer) in TNC_TNCS_BindFunction() argument
301 if (pOutFunctionPointer == NULL) in TNC_TNCS_BindFunction()
305 *pOutFunctionPointer = TNC_TNCS_ReportMessageTypes; in TNC_TNCS_BindFunction()
307 *pOutFunctionPointer = TNC_TNCS_SendMessage; in TNC_TNCS_BindFunction()
310 *pOutFunctionPointer = TNC_TNCS_RequestHandshakeRetry; in TNC_TNCS_BindFunction()
313 *pOutFunctionPointer = TNC_TNCS_ProvideRecommendation; in TNC_TNCS_BindFunction()
315 *pOutFunctionPointer = TNC_TNCS_GetAttribute; in TNC_TNCS_BindFunction()
317 *pOutFunctionPointer = TNC_TNCS_SetAttribute; in TNC_TNCS_BindFunction()
319 *pOutFunctionPointer = NULL; in TNC_TNCS_BindFunction()