MHssMgmtScanInfoBase Class Reference

class MHssMgmtScanInfoBase

This class contains the methods for parsing the scan results of a HSS network.

Member Functions Documentation

BeaconInterval()

TUint16 BeaconInterval ( ) const [pure virtual]

Get beacon interval of the BSS.

Bssid(THssBssid &)

void Bssid ( THssBssid & aBssid ) const [pure virtual]

Return BSSID of the BSS.

Parameters

THssBssid & aBssid ID of the access point or IBSS network.

Capability()

TUint16 Capability ( ) const [pure virtual]

Get capability of the BSS (see IEEE 802.11 section 7.3.1.4.

FirstIE(TUint8 &, TUint8 &, const TUint8 **)

TInt FirstIE ( TUint8 & aIE,
TUint8 & aLength,
const TUint8 ** aData
) [pure virtual]

Return the first information element.

Parameters

TUint8 & aIE Id of the IE. See IEEE 802.11 section 7.3.2.
TUint8 & aLength Length of the IE. Zero if IE not found.
const TUint8 ** aData Pointer to the beginning of the IE data. NULL if IE not found.

InformationElement(TUint8, TUint8 &, const TUint8 **)

TInt InformationElement ( TUint8 aIE,
TUint8 & aLength,
const TUint8 ** aData
) [pure virtual]

Return requested information element.

Parameters

TUint8 aIE Id of the requested IE data.
TUint8 & aLength Length of the IE. Zero if IE not found.
const TUint8 ** aData Pointer to the beginning of the IE data. NULL if IE not found.

NextIE(TUint8 &, TUint8 &, const TUint8 **)

TInt NextIE ( TUint8 & aIE,
TUint8 & aLength,
const TUint8 ** aData
) [pure virtual]

Return next information element.

Parameters

TUint8 & aIE Id of the IE. See IEEE 802.11 section 7.3.2.
TUint8 & aLength Length of the IE. Zero if IE not found.
const TUint8 ** aData Pointer to the beginning of the IE data. NULL if IE not found.

RXLevel()

TUint8 RXLevel ( ) const [pure virtual]

Return RX level of the BSS.

SecurityMode()

THssConnectionSecurityMode SecurityMode ( ) const [pure virtual]

Get security mode of the BSS.

WpaIE(TUint8 &, const TUint8 **)

TInt WpaIE ( TUint8 & aLength,
const TUint8 ** aData
) [pure virtual]

Return WPA information element.

Parameters

TUint8 & aLength Length of the IE. Zero if IE not found.
const TUint8 ** aData Pointer to the beginning of the IE data. NULL if IE not found.