39 #if (defined(__ENABLE_MOCANA_EAP_PEER__) || defined(__ENABLE_MOCANA_EAP_AUTH__)) 80 ubyte *passwordString,ubyte4 passLen,
81 ubyte **eapRespData, ubyte4 *eapRespLen);
120 ubyte *msgString,ubyte4 msgLen,
121 ubyte **eapReqData, ubyte4 *eapReqLen);
169 ubyte *data, ubyte4 len,ubyte *passwordString,
MOC_EXTERN MSTATUS EAP_GTCProcessPeer(ubyte *appSessionHdl, ubyte *passwordString, ubyte4 passLen, ubyte **eapRespData, ubyte4 *eapRespLen)
Generate a token response.
MOC_EXTERN MSTATUS EAP_GTCstartRequest(ubyte *appSessionHdl, ubyte *msgString, ubyte4 msgLen, ubyte **eapReqData, ubyte4 *eapReqLen)
Builds an EAP request.
MOC_EXTERN MSTATUS EAP_GTCProcessAuth(ubyte *appSessionHdl, ubyte *data, ubyte4 len, ubyte *passwordString, ubyte4 passLen, sbyte4 *cmp)
Validate a token response.