libsolidcontrol
FakeAccessPoint Class Reference
#include <fakeaccesspoint.h>

Signals | |
void | bitRateChanged (int bitrate) |
void | frequencyChanged (uint) |
void | rsnFlagsChanged (Solid::Control::AccessPoint::WpaFlags flags) |
void | signalStrengthChanged (int strength) |
void | ssidChanged (const QString &) |
void | wpaFlagsChanged (Solid::Control::AccessPoint::WpaFlags flags) |
Public Member Functions | |
Solid::Control::AccessPoint::Capabilities | capabilities () const |
FakeAccessPoint (const QMap< QString, QVariant > &propsMap, QObject *parent=0) | |
uint | frequency () const |
QString | hardwareAddress () const |
uint | maxBitRate () const |
Solid::Control::WirelessNetworkInterface::OperationMode | mode () const |
Solid::Control::AccessPoint::WpaFlags | rsnFlags () const |
int | signalStrength () const |
QString | ssid () const |
QString | uni () const |
Solid::Control::AccessPoint::WpaFlags | wpaFlags () const |
~FakeAccessPoint () |
Detailed Description
Definition at line 31 of file fakeaccesspoint.h.
Constructor & Destructor Documentation
FakeAccessPoint::FakeAccessPoint | ( | const QMap< QString, QVariant > & | propsMap, | |
QObject * | parent = 0 | |||
) |
Definition at line 23 of file fakeaccesspoint.cpp.
FakeAccessPoint::~FakeAccessPoint | ( | ) |
Definition at line 29 of file fakeaccesspoint.cpp.
Member Function Documentation
void FakeAccessPoint::bitRateChanged | ( | int | bitrate | ) | [signal] |
This signal is emitted when the bitrate of this network has changed.
- Parameters:
-
bitrate the new bitrate value for this network
Reimplemented from Solid::Control::Ifaces::AccessPoint.
Solid::Control::AccessPoint::Capabilities FakeAccessPoint::capabilities | ( | ) | const [virtual] |
Flags describing the capabilities of the access point.
Implements Solid::Control::Ifaces::AccessPoint.
Definition at line 105 of file fakeaccesspoint.cpp.
uint FakeAccessPoint::frequency | ( | ) | const [virtual] |
Retrieves the frequency in MHz of the radio channel that this access point is operating on.
- Returns:
- the frequency
Implements Solid::Control::Ifaces::AccessPoint.
Definition at line 47 of file fakeaccesspoint.cpp.
void FakeAccessPoint::frequencyChanged | ( | uint | frequency | ) | [signal] |
This signal is emitted when the frequency used by this Access Point changes.
- Parameters:
-
frequency the new frequency
Reimplemented from Solid::Control::Ifaces::AccessPoint.
QString FakeAccessPoint::hardwareAddress | ( | ) | const [virtual] |
The hardware address assigned to the access point's wireless interface, in hex-and-colon form.
Implements Solid::Control::Ifaces::AccessPoint.
Definition at line 52 of file fakeaccesspoint.cpp.
uint FakeAccessPoint::maxBitRate | ( | ) | const [virtual] |
Retrieves the maximum bit rate currently attainable by this device.
- Returns:
- the maximum bitrate in kilobit/s
Implements Solid::Control::Ifaces::AccessPoint.
Definition at line 57 of file fakeaccesspoint.cpp.
Solid::Control::WirelessNetworkInterface::OperationMode FakeAccessPoint::mode | ( | ) | const [virtual] |
Retrieves the operation mode of this access point.
- Returns:
- the current mode
Implements Solid::Control::Ifaces::AccessPoint.
Definition at line 116 of file fakeaccesspoint.cpp.
Solid::Control::AccessPoint::WpaFlags FakeAccessPoint::rsnFlags | ( | ) | const [virtual] |
Flags describing the access point's capabilities according to RSN (Robust Secure Network) aka WPA2.
Implements Solid::Control::Ifaces::AccessPoint.
Definition at line 72 of file fakeaccesspoint.cpp.
void FakeAccessPoint::rsnFlagsChanged | ( | Solid::Control::AccessPoint::WpaFlags | flags | ) | [signal] |
This signal is emitted when the RSN(WPA2) flags in use by this access point change.
- Parameters:
-
flags the new flags
Reimplemented from Solid::Control::Ifaces::AccessPoint.
int FakeAccessPoint::signalStrength | ( | ) | const [virtual] |
Retrieves the current signal strength of this wifi network.
- Returns:
- the signal strength as a percentage
Implements Solid::Control::Ifaces::AccessPoint.
Definition at line 62 of file fakeaccesspoint.cpp.
void FakeAccessPoint::signalStrengthChanged | ( | int | strength | ) | [signal] |
This signal is emitted when the signal strength of this network has changed.
- Parameters:
-
strength the new signal strength value for this network
Reimplemented from Solid::Control::Ifaces::AccessPoint.
QString FakeAccessPoint::ssid | ( | ) | const [virtual] |
The Service Set Identifier of the access point.
Implements Solid::Control::Ifaces::AccessPoint.
Definition at line 41 of file fakeaccesspoint.cpp.
void FakeAccessPoint::ssidChanged | ( | const QString & | ssid | ) | [signal] |
This signal is emitted when the ssid of this Access Point changes.
- Parameters:
-
ssid the new SSID
Reimplemented from Solid::Control::Ifaces::AccessPoint.
QString FakeAccessPoint::uni | ( | ) | const [virtual] |
Unique identifer for this access point.
Implements Solid::Control::Ifaces::AccessPoint.
Definition at line 35 of file fakeaccesspoint.cpp.
Solid::Control::AccessPoint::WpaFlags FakeAccessPoint::wpaFlags | ( | ) | const [virtual] |
Flags describing the access point's capabilities according to WPA (Wifi Protected Access).
Implements Solid::Control::Ifaces::AccessPoint.
Definition at line 67 of file fakeaccesspoint.cpp.
void FakeAccessPoint::wpaFlagsChanged | ( | Solid::Control::AccessPoint::WpaFlags | flags | ) | [signal] |
This signal is emitted when the WPA flags in use by this access point change.
- Parameters:
-
flags the new flags
Reimplemented from Solid::Control::Ifaces::AccessPoint.
The documentation for this class was generated from the following files: