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.c291 void **pOutFunctionPointer) in TNC_TNCS_BindFunction() argument
299 if (pOutFunctionPointer == NULL) in TNC_TNCS_BindFunction()
303 *pOutFunctionPointer = TNC_TNCS_ReportMessageTypes; in TNC_TNCS_BindFunction()
305 *pOutFunctionPointer = TNC_TNCS_SendMessage; in TNC_TNCS_BindFunction()
308 *pOutFunctionPointer = TNC_TNCS_RequestHandshakeRetry; in TNC_TNCS_BindFunction()
311 *pOutFunctionPointer = TNC_TNCS_ProvideRecommendation; in TNC_TNCS_BindFunction()
313 *pOutFunctionPointer = TNC_TNCS_GetAttribute; in TNC_TNCS_BindFunction()
315 *pOutFunctionPointer = TNC_TNCS_SetAttribute; in TNC_TNCS_BindFunction()
317 *pOutFunctionPointer = NULL; in TNC_TNCS_BindFunction()