Searched defs:pOutfunctionPointer (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dtncc.c229 void **pOutfunctionPointer)
237 if (pOutfunctionPointer == NULL)
241 *pOutfunctionPointer = TNC_TNCC_ReportMessageTypes;
243 *pOutfunctionPointer = TNC_TNCC_SendMessage;
246 *pOutfunctionPointer = TNC_TNCC_RequestHandshakeRetry;
248 *pOutfunctionPointer = TNC_9048_LogMessage;
250 *pOutfunctionPointer = TNC_9048_UserMessage;
252 *pOutfunctionPointer = NULL;
226 TNC_TNCC_BindFunction( TNC_IMCID imcID, char *functionName, void **pOutfunctionPointer) argument
/external/wpa_supplicant_8/src/eap_peer/
H A Dtncc.c229 void **pOutfunctionPointer)
237 if (pOutfunctionPointer == NULL)
241 *pOutfunctionPointer = TNC_TNCC_ReportMessageTypes;
243 *pOutfunctionPointer = TNC_TNCC_SendMessage;
246 *pOutfunctionPointer = TNC_TNCC_RequestHandshakeRetry;
248 *pOutfunctionPointer = TNC_9048_LogMessage;
250 *pOutfunctionPointer = TNC_9048_UserMessage;
252 *pOutfunctionPointer = NULL;
226 TNC_TNCC_BindFunction( TNC_IMCID imcID, char *functionName, void **pOutfunctionPointer) argument
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dtncc.c229 void **pOutfunctionPointer)
237 if (pOutfunctionPointer == NULL)
241 *pOutfunctionPointer = TNC_TNCC_ReportMessageTypes;
243 *pOutfunctionPointer = TNC_TNCC_SendMessage;
246 *pOutfunctionPointer = TNC_TNCC_RequestHandshakeRetry;
248 *pOutfunctionPointer = TNC_9048_LogMessage;
250 *pOutfunctionPointer = TNC_9048_UserMessage;
252 *pOutfunctionPointer = NULL;
226 TNC_TNCC_BindFunction( TNC_IMCID imcID, char *functionName, void **pOutfunctionPointer) argument

Completed in 1224 milliseconds