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);
This class represents a wireless network, which aggregates all access points with the same SSID.
Definition wirelessnetwork.h:28
void referenceAccessPointChanged(const QString &apUni)
Indicate that the reference access point changed.
void signalStrengthChanged(int strength)
Indicate that the signal strength changed.
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
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.