tfEapTlsProcessHandshake

Jump to: navigation, search

Table of Contents >> Optional Protocols >> PPP Interface


#include <trsocket.h>


int tfEapTlsProcessHandshake (ttUserInterface interfaceHandle);


Function Description

This function is for processing deferred TLS handshake records (see Deferring EAP-TLS processing of received TLS records for details). Do not call this function unless you have enabled option TM_EAPTLS_USER_PROCESS via tfEapSetOption() and have received a TM_CB_SSL_HANDSHK_PROCESS signal (see tfEapTlsRegisterNotify() for registering to receive EAP-TLS event notification).


Parameters


Returns

  • TM_ENOERROR
    Success.
  • TM_EINVAL
    Invalid interface handle.
  • other errors
    Some errors returned from the device send call may be passed directly to the caller.


Table of Contents >> Optional Protocols >> PPP Interface