MWlanScanInfoBase Class Reference

class MWlanScanInfoBase
This class contains the methods for parsing the scan results of a WLAN network.
Since
S60 3.0

Member Functions Documentation

BeaconInterval()

TUint16 BeaconInterval()const [pure virtual]

Get beacon interval of the BSS.

Bssid(TWlanBssid &)

voidBssid(TWlanBssid &aBssid)const [pure virtual]

Return BSSID of the BSS.

Parameters

TWlanBssid & aBssidID 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.

ExtendedSecurityMode()

TWlanConnectionExtentedSecurityMode ExtendedSecurityMode()const [pure virtual]

Get security mode of the BSS.

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

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

Return the first information element.

Parameters

TUint8 & aIEId of the IE. See IEEE 802.11 section 7.3.2.
TUint8 & aLengthLength of the IE. Zero if IE not found.
const TUint8 ** aDataPointer to the beginning of the IE data. NULL if IE not found.

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

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

Return requested information element.

Parameters

TUint8 aIEId of the requested IE data.
TUint8 & aLengthLength of the IE. Zero if IE not found.
const TUint8 ** aDataPointer to the beginning of the IE data. NULL if IE not found.

IsProtectedSetupSupported()

TBool IsProtectedSetupSupported()[pure virtual]

Find whether Wi-Fi Protected Setup is supported.

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

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

Return next information element.

Parameters

TUint8 & aIEId of the IE. See IEEE 802.11 section 7.3.2.
TUint8 & aLengthLength of the IE. Zero if IE not found.
const TUint8 ** aDataPointer 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()

TWlanConnectionSecurityMode SecurityMode()const [pure virtual]

Get security mode of the BSS. This method is offered for backward compatibility reasons, ExtendedSecurityMode() should be used instead.

WpaIE(TUint8 &, const TUint8 **)

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

Return WPA information element.

Parameters

TUint8 & aLengthLength of the IE. Zero if IE not found.
const TUint8 ** aDataPointer to the beginning of the IE data. NULL if IE not found.