NetworkManagerQt
wimaxdevice.h
63 * Center frequency (in KHz) of the radio channel the device is using to communicate with the network when connected.
71 * RSSI of the current radio link in dBm. This value indicates how strong the raw received RF signal from the base station is, but does not indicate the
76 * Average power of the last burst transmitted by the device, in units of 0.5 dBm. i.e. a TxPower of -11 represents an actual device TX power of -5.5 dBm.
Device(const QString &path, QObject *parent=nullptr)
Creates a new device object.
Definition device.cpp:226
WimaxNsp::Ptr activeNsp() const
Identifier of the NSP this interface is currently associated with.
Definition wimaxdevice.cpp:61
void bitRateChanged(int bitrate)
This signal is emitted when the bitrate of this network has changed.
void activeNspChanged(const QString &)
The active NSP changed.
NetworkManager::WimaxNsp::Ptr findNsp(const QString &uni) const
Finds NSP object given its Unique Network Identifier.
Definition wimaxdevice.cpp:103
void hardwareAddressChanged(const QString &)
The device changed its hardware address.
WimaxDevice(const QString &path, QObject *parent=nullptr)
Creates a new WimaxDevice object.
Definition wimaxdevice.cpp:32
QStringList nsps() const
List of network service providers currently visible to the hardware.
Definition wimaxdevice.cpp:55
QString hardwareAddress() const
The hardware address currently used by the network interface.
Definition wimaxdevice.cpp:67
QString bsid() const
The ID of the serving base station as received from the network.
Definition wimaxdevice.cpp:73
uint centerFrequency() const
Center frequency (in KHz) of the radio channel the device is using to communicate with the network wh...
Definition wimaxdevice.cpp:79
void cinrChanged(int)
The device changed its signal/noise ratio.
int txPower() const
Average power of the last burst transmitted by the device, in units of 0.5 dBm.
Definition wimaxdevice.cpp:97
void centerFrequencyChanged(uint)
The device changed its center frequency.
int cinr() const
CINR (Carrier to Interference + Noise Ratio) of the current radio link in dB.
Definition wimaxdevice.cpp:85
void nspDisappeared(const QString &)
A wireless access point disappeared.
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
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:57:20 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:57:20 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.