MHssMgmtScanInfoIteratorBase Class Reference

class MHssMgmtScanInfoIteratorBase

This class contains the methods for iterating through HSS scan results.

Member Functions Documentation

Current()

const THssMgmtScanInfoFrame * Current ( ) const [pure virtual]

Find the data of the current access point.

First()

const THssMgmtScanInfoFrame * First ( ) [pure virtual]

Find the data of the first access point.

IsDone()

TBool IsDone ( ) const [pure virtual]

Find is there any more unhandled access points.

Next()

const THssMgmtScanInfoFrame * Next ( ) [pure virtual]

Find the data of the next access point.

Size()

TUint16 Size ( ) const [pure virtual]

Return the size of the scan info. The size includes Status Info, MAC header and Frame Body.