NetworkManagerQt
wirelessnetwork.h
49 * The uni of the current 'best' (strongest) Access Point. Note that this may change or disappear over time.
50 * Get the Access Point object using @ref WirelessDevice::findAccessPoint() on the NetworkInterface this network was obtained from.
93 NETWORKMANAGERQT_NO_EXPORT explicit WirelessNetwork(const AccessPoint::Ptr &accessPoint, WirelessDevice *device);
void referenceAccessPointChanged(const QString &apUni)
Indicate that the reference access point changed.
QString device() const
The uni of device associated with this network.
Definition wirelessnetwork.cpp:135
void signalStrengthChanged(int strength)
Indicate that the signal strength changed.
AccessPoint::Ptr referenceAccessPoint() const
The uni of the current 'best' (strongest) Access Point.
Definition wirelessnetwork.cpp:123
void disappeared(const QString &ssid)
Indicate that this network has no more access points (meaning the network has disappeared from view o...
This class allows querying the underlying system to discover the available network interfaces and rea...
Definition accesspoint.h:21
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:04:57 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:04:57 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.