MWlanEapolInterface Class Reference

class MWlanEapolInterface

This class defines the methods used for configuring plugin and sending data from WLAN Engine to EAPOL.

Since
S60 v3.2
Public Member Functions
TInt Configure (const TInt , const TInt , const TInt )
TInt ProcessData (const void *const , const TInt )
TInt Shutdown ()

Member Functions Documentation

Configure(const TInt, const TInt, const TInt)

TInt Configure ( const TInt aHeaderOffset,
const TInt aMTU,
const TInt aTrailerLength
) [pure virtual]

Configure plugin implementation.

Since
S60 v3.2

Parameters

const TInt aHeaderOffset Offset of EAP-header in packet_send.
const TInt aMTU Maximum transfer unit (MTU).
const TInt aTrailerLength Length of trailer needed by lower levels..

ProcessData(const void *const, const TInt)

TInt ProcessData ( const void *const aData,
const TInt aLength
) [pure virtual]

Send data to EAPOL.

Since
S60 v3.2

Parameters

const void *const aData Pointer to the data to be sent.
const TInt aLength Length of the data to be sent.

Shutdown()

TInt Shutdown ( ) [pure virtual]

Shutdown plugin implementation.

Since
S60 v3.2