C

NetworkSettingsWireless QML Type

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

Import Statement: import QtDeviceUtilities.NetworkSettings 1.0

Properties

Methods

Detailed Description

The NetworkSettingsWireless type cannot be instantiated directly.

See also NetworkService.wirelessConfig.

Property Documentation

[read-only] hidden : bool

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)

Available under certain Qt licenses.
Find out more.