eapol/eapol_framework/eapol_symbian/eap_if/src/EapCoreInterfaceImplementation.cpp
changeset 39 fe6b6762fccd
parent 33 938269283a16
child 49 43351a4f2da3
equal deleted inserted replaced
38:7a0216d033ac 39:fe6b6762fccd
    14 * Description:  EAP and WLAN authentication protocols.
    14 * Description:  EAP and WLAN authentication protocols.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 21 %
    19 * %version: 22 %
    20 */
    20 */
    21 
    21 
    22 // INCLUDES
    22 // INCLUDES
    23 #include <e32std.h>
    23 #include <e32std.h>
    24 #include <implementationproxy.h>
    24 #include <implementationproxy.h>
   115  * @param aMTU Maximum transfer unit (MTU).
   115  * @param aMTU Maximum transfer unit (MTU).
   116  * @param aTrailerLength Length of trailer needed by lower levels..
   116  * @param aTrailerLength Length of trailer needed by lower levels..
   117  * @return Return value is specified in interface specification.
   117  * @return Return value is specified in interface specification.
   118  */
   118  */
   119 TInt CEapCoreInterfaceImplementation::Configure(
   119 TInt CEapCoreInterfaceImplementation::Configure(
   120 	const TInt aHeaderOffset,
   120 	const TInt /* aHeaderOffset */,
   121 	const TInt aMTU,
   121 	const TInt /* aMTU */,
   122 	const TInt aTrailerLength,
   122 	const TInt /* aTrailerLength */,
   123 	const void * const aConfigurationData,
   123 	const void * const aConfigurationData,
   124 	const TInt aConfigurationDataLength)
   124 	const TInt aConfigurationDataLength)
   125 	{
   125 	{
   126 	EAP_TRACE_DEBUG_SYMBIAN(
   126 	EAP_TRACE_DEBUG_SYMBIAN(
   127 	(_L("CEapCoreInterfaceImplementation::Configure")));  
   127 	(_L("CEapCoreInterfaceImplementation::Configure")));