class MWlanControlInterface |
This class defines the methods used for...
Public Member Functions | |
---|---|
void | ClearPacketStatistics () |
TInt | GetAccessPointInfo ( TWlanAccessPointInfo &) |
TInt | GetPacketStatistics ( TWlanPacketStatistics &) |
TInt | GetPowerSaveMode ( TWlanPowerSave &) |
TInt | GetPowerSaveSettings ( TWlanPowerSaveSettings &) |
TInt | GetRegulatoryDomain ( TWlanRegion &) |
TInt | GetRoamMetrics ( TWlanRoamMetrics &) |
TInt | GetRogueList ( CArrayFixSeg < TWlanBssid > &) |
TInt | GetUapsdSettings ( TWlanUapsdSettings &) |
TInt | SetPowerSaveMode ( TWlanPowerSaveMode ) |
TInt | SetPowerSaveSettings (const TWlanPowerSaveSettings &) |
TInt | SetUapsdSettings (const TWlanUapsdSettings &) |
void | ClearPacketStatistics | ( | ) | [pure virtual] |
Clear packet statistics of the current connection.
TInt | GetAccessPointInfo | ( | TWlanAccessPointInfo & | aInfo | ) | [pure virtual] |
Get information about the current AP.
TWlanAccessPointInfo & aInfo | Information about the current AP. |
TInt | GetPacketStatistics | ( | TWlanPacketStatistics & | aStatistics | ) | [pure virtual] |
Get packet statistics of the current connection.
TWlanPacketStatistics & aStatistics | Packet statistics of the current connection. |
TInt | GetPowerSaveMode | ( | TWlanPowerSave & | aPowerSaveMode | ) | [pure virtual] |
Get the current power save mode.
TWlanPowerSave & aPowerSaveMode | current power save mode. |
TInt | GetPowerSaveSettings | ( | TWlanPowerSaveSettings & | aSettings | ) | [pure virtual] |
Get the current power save settings.
TWlanPowerSaveSettings & aSettings | power save settings. |
TInt | GetRegulatoryDomain | ( | TWlanRegion & | aRegion | ) | [pure virtual] |
Get the current regulatory domain.
TWlanRegion & aRegion | current region. |
TInt | GetRoamMetrics | ( | TWlanRoamMetrics & | aRoamMetrics | ) | [pure virtual] |
Get roam metrics of the current connection.
TWlanRoamMetrics & aRoamMetrics | Roam metrics of the current connection. |
TInt | GetRogueList | ( | CArrayFixSeg < TWlanBssid > & | aRogueList | ) | [pure virtual] |
Return a list of BSSIDs on the rogue list.
CArrayFixSeg < TWlanBssid > & aRogueList | List of BSSIDs on the rogue list. |
TInt | GetUapsdSettings | ( | TWlanUapsdSettings & | aSettings | ) | [pure virtual] |
Get the current U-APSD settings.
TWlanUapsdSettings & aSettings | Current U-APSD settings. |
TInt | SetPowerSaveMode | ( | TWlanPowerSaveMode | aMode | ) | [pure virtual] |
Set the power save mode.
This method is meant for overriding the dynamic power save mode selection for testing purposes. Overriding the power save mode may have an adverse effect on throughput and/or power consumption. Dynamic selection can be re-enabled by setting the mode to EWlanPowerSaveModeAutomatic.
TWlanPowerSaveMode aMode | Power save mode to be set. |
TInt | SetPowerSaveSettings | ( | const TWlanPowerSaveSettings & | aSettings | ) | [pure virtual] |
Set the power save settings.
const TWlanPowerSaveSettings & aSettings | Current power save settings to be set. |
TInt | SetUapsdSettings | ( | const TWlanUapsdSettings & | aSettings | ) | [pure virtual] |
Set the U-APSD settings.
const TWlanUapsdSettings & aSettings | Current U-APSD settings to be set. |
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.