C
WifiConfiguration QML Type
Used to define a network configuration. More...
Import Statement: | import B2Qt.Wifi 1.0 |
Properties
- passphrase : string
- protocol : string
- ssid : string
- ssidHidden : bool
Detailed Description
WifiConfiguration object represents a single network configuration. Use this object to configure a properties of your network, for example what passphrase and security protocol to use. WifiManager's connect() function takes this object and connects a device to a network that matches the provided configuration.
Property Documentation
This property holds the security protocols to use for Wifi connection. WPA is used by default if property is not set, supported values are: WPA, WPA2, WEP, WPS.
If a Wifi access point does not broadcast its SSID, setting this property to true
ensures that the Wifi backend can detect the specified network.
By default this property is set to false
.
Available under certain Qt licenses.
Find out more.