NetworkSettingsWireless QML Type
Encapsulates configuration for a Wifi network service. More...
Import Statement: | import QtDeviceUtilities.NetworkSettings |
Properties
- hidden : bool
- isOutOfRange : bool
- signalStrength : int
Methods
- bool supportsSecurity(int flags)
Detailed Description
The NetworkSettingsWireless type cannot be instantiated directly.
See also NetworkService.wirelessConfig.
Property Documentation
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
Returns whether the Wifi supports the wireless security protocol(s) specified in flags.
Possible values:
Constant | Description |
---|---|
2 | Wired Equivalent Privacy (WEP) |
4 | Wi-Fi Protected Access (WPA) |
8 | Wi-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.