Represents a wireless device (adapter) in the networkmanager. More...
Header: | #include <WirelessNetworkDevice> |
Inherits: | NetworkDevice |
WirelessNetworkDevice(const QDBusObjectPath & objectPath, QObject * parent = 0) | |
QList<WirelessAccessPoint *> | accessPoints() |
WirelessAccessPoint * | activeAccessPoint() |
int | bitRate() const |
WirelessAccessPoint * | getAccessPoint(const QString & ssid) |
WirelessAccessPoint * | getAccessPoint(const QDBusObjectPath & objectPath) |
QString | macAddress() const |
void | scanWirelessNetworks() |
void | bitRateChanged(const bool & bitRate) |
void | stateChanged(const NetworkDeviceState & state) |
Represents a wireless device (adapter) in the networkmanager.
Constructs a new WirelessNetworkDevice with the given dbus objectPath and parent.
Returns the list of all WirelessAccessPoints of this WirelessNetworkDevice.
Returns the current active WirelessAccessPoint of this WirelessNetworkDevice.
Returns the bit rate [Mb/s] of this WirelessNetworkDevice.
[signal]
void WirelessNetworkDevice::bitRateChanged(const bool & bitRate)This signal will be emitted when the bitRate of this WirelessNetworkDevice has changed.
Returns the WirelessAccessPoint with the given ssid. If the WirelessAccessPoint could not be found, return Q_NULLPTR.
Returns the WirelessAccessPoint with the given objectPath. If the WirelessAccessPoint could not be found, return Q_NULLPTR.
Returns the mac address of this WirelessNetworkDevice.
Perform a wireless network scan on this WirelessNetworkDevice.
[signal]
void WirelessNetworkDevice::stateChanged(const NetworkDeviceState & state)This signal will be emitted when the current state of this WirelessNetworkDevice has changed.
See also NetworkDeviceState.