NetworkManagerQt
wirelessdevice.h
88 * https://projects.gnome.org/NetworkManager/developers/api/09/spec.html#org.freedesktop.NetworkManager.Device.Wireless
void wirelessCapabilitiesChanged(Capabilities)
The device changed its capabilities.
void modeChanged(WirelessDevice::OperationMode)
The device switched operating mode.
Capability
Capabilities (currently all encryption/authentication related) of the device.
Definition wirelessdevice.h:49
void accessPointAppeared(const QString &uni)
A new wireless access point appeared.
void networkAppeared(const QString &ssid)
A wireless network appeared.
void networkDisappeared(const QString &ssid)
A wireless network disappeared.
void permanentHardwareAddressChanged(const QString &)
The device changed its permanent hardware address.
void accessPointDisappeared(const QString &uni)
A wireless access point disappeared.
void hardwareAddressChanged(const QString &)
The device changed its hardware address.
void activeAccessPointChanged(const QString &)
The active network changed.
void wirelessPropertiesChanged(uint)
The device changed its properties.
void bitRateChanged(int bitrate)
This signal is emitted when the bitrate of this network has changed.
void lastScanChanged(const QDateTime &dateTime)
The LastScan property has changed, meaning a scan has just finished.
This class allows querying the underlying system to discover the available network interfaces and rea...
Definition accesspoint.h:21
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.