NetworkSettingsWireless QML Type

Encapsulates configuration for a Wifi network service. More...

Import Statement: import QtDeviceUtilities.NetworkSettings

Properties

Methods

Detailed Description

The NetworkSettingsWireless type cannot be instantiated directly.

See also NetworkService.wirelessConfig.

Property Documentation

hidden : bool [read-only]

Holds whether the wireless SSID is hidden.


isOutOfRange : bool

Holds whether the Wifi access point is out of range.


signalStrength : int

Holds the Wifi signal strength, in the range of 0 to 100.


Method Documentation

bool supportsSecurity(int flags)

Returns whether the Wifi supports the wireless security protocol(s) specified in flags.

Possible values:

ConstantDescription
2Wired Equivalent Privacy (WEP)
4Wi-Fi Protected Access (WPA)
8Wi-Fi Protected Access, version 2 (WPA2)

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.