Represents a wireless access point from a WirelessNetworkDevice. More...
Header: | #include <WirelessAccessPoint> |
Inherits: |
enum | ApSecurityMode { ApSecurityModeNone, ApSecurityModePairWep40, ApSecurityModePairWep104, ApSecurityModePairTkip, ..., ApSecurityModeKeyMgmt8021X } |
flags | ApSecurityModes |
WirelessAccessPoint(const QDBusObjectPath & objectPath, QObject * parent = 0) | |
double | frequency() const |
bool | isProtected() const |
QString | macAddress() const |
QDBusObjectPath | objectPath() const |
WirelessAccessPoint::ApSecurityModes | securityFlags() const |
int | signalStrength() const |
QString | ssid() const |
void | signalStrengthChanged() |
Represents a wireless access point from a WirelessNetworkDevice.
See also WirelessNetworkDevice.
Constant | Value |
---|---|
nymeaserver::WirelessAccessPoint::ApSecurityModeNone | 0x000 |
nymeaserver::WirelessAccessPoint::ApSecurityModePairWep40 | 0x001 |
nymeaserver::WirelessAccessPoint::ApSecurityModePairWep104 | 0x002 |
nymeaserver::WirelessAccessPoint::ApSecurityModePairTkip | 0x004 |
nymeaserver::WirelessAccessPoint::ApSecurityModePairCcmp | 0x008 |
nymeaserver::WirelessAccessPoint::ApSecurityModeGroupWep40 | 0x010 |
nymeaserver::WirelessAccessPoint::ApSecurityModeGroupWep104 | 0x020 |
nymeaserver::WirelessAccessPoint::ApSecurityModeGroupTkip | 0x040 |
nymeaserver::WirelessAccessPoint::ApSecurityModeGroupCcmp | 0x080 |
nymeaserver::WirelessAccessPoint::ApSecurityModeKeyMgmtPsk | 0x100 |
nymeaserver::WirelessAccessPoint::ApSecurityModeKeyMgmt8021X | 0x200 |
The ApSecurityModes type is a typedef for QFlags<ApSecurityMode>. It stores an OR combination of ApSecurityMode values.
Constructs a new WirelessAccessPoint with the given dbus objectPath and parent.
Returns the frequency of this WirelessAccessPoint. (2.4 GHz or 5GHz)
Returns true if this WirelessAccessPoint is password protected.
Returns the mac address of this WirelessAccessPoint.
Returns the dbus object path of this WirelessAccessPoint.
Returns the security flags of this WirelessAccessPoint.
See also ApSecurityModes.
Returns the signal strength in percentage [0, 100] % of this WirelessAccessPoint.
[signal]
void WirelessAccessPoint::signalStrengthChanged()This signal will be emitted when the signalStrength of this WirelessAccessPoint has changed.
Returns the ssid of this WirelessAccessPoint.