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] |
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 **)
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 **)
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 **)
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()
Get security mode of the BSS.
WpaIE(TUint8 &, const TUint8 **)
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. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.