NetworkManagerQt
10 #ifndef NETWORKMANAGERQT_WIRELESSDEVICE_H
11 #define NETWORKMANAGERQT_WIRELESSDEVICE_H
13 #include "accesspoint.h"
15 #include "wirelessnetwork.h"
16 #include <networkmanagerqt/networkmanagerqt_export.h>
18 #include <QDBusObjectPath>
19 #include <QDBusPendingReply>
23 class WirelessDevicePrivate;
66 Q_DECLARE_FLAGS(Capabilities, Capability)
80 Type type()
const override;
99 QString permanentHardwareAddress()
const;
103 QString hardwareAddress()
const;
172 void bitRateChanged(
int bitrate);
176 void activeAccessPointChanged(
const QString &);
184 void wirelessCapabilitiesChanged(Capabilities);
188 void hardwareAddressChanged(
const QString &);
192 void permanentHardwareAddressChanged(
const QString &);
196 void wirelessPropertiesChanged(uint);
200 void accessPointAppeared(
const QString &uni);
204 void accessPointDisappeared(
const QString &uni);
208 void networkAppeared(
const QString &ssid);
212 void networkDisappeared(
const QString &ssid);
219 void lastScanChanged(
const QDateTime &dateTime);
226 #endif // NETWORKMANAGERQT_WIRELESSDEVICE_H
This class represents a common device interface.
A wireless network interface.
@ Adhoc
part of an adhoc network
Capability
Possible device capabilities.
This class allows querying the underlying system to discover the available network interfaces and rea...
@ ApMode
access point in an infrastructure network
@ Infra
a station in an infrastructure wireless network
@ Unknown
the networking system is not active or unable to report its status - proceed with caution
OperationMode
The device's current operating mode.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Oct 3 2023 03:57:05 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.