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 TUintaLength,
const TUint8 *const aData
)[pure virtual]

Inform about new received management packet.

Parameters

const TUint aLengthLength of the data.
const TUint8 *const aDataThe data.