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 TIntaHeaderOffset,
const TIntaMTU,
const TIntaTrailerLength
)[pure virtual]

Configure plugin implementation.

Since
S60 v3.2

Parameters

const TInt aHeaderOffsetOffset of EAP-header in packet_send.
const TInt aMTUMaximum transfer unit (MTU).
const TInt aTrailerLengthLength of trailer needed by lower levels..

ProcessData(const void *const, const TInt)

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

Send data to EAPOL.

Since
S60 v3.2

Parameters

const void *const aDataPointer to the data to be sent.
const TInt aLengthLength of the data to be sent.

Shutdown()

TInt Shutdown()[pure virtual]

Shutdown plugin implementation.

Since
S60 v3.2