MWlanMgmtPacket Class Reference

class MWlanMgmtPacket

Interface to forward received management packets.

Public Member Functions
TInt ReceivePacket (const TUint , const TUint8 *const )

Member Functions Documentation

ReceivePacket(const TUint, const TUint8 *const)

TInt ReceivePacket ( const TUint aLength,
const TUint8 *const aData
) [pure virtual]

Inform about new received management packet.

Parameters

const TUint aLength Length of the data.
const TUint8 *const aData The data.