summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorTeemu Holappa <teemu.holappa@theqtcompany.com>2016-01-28 10:22:43 +0200
committerTeemu Holappa <teemu.holappa@theqtcompany.com>2016-02-08 08:04:36 +0000
commit3e8998a7d712275891905f9e75a8cd150de86877 (patch)
tree8f781d0c2926e35c345f63e3c096a02f07f30603 /examples
parent272cdee776d315a4a265a82b7e539cdd9f41ac79 (diff)
Wifi support to the Network Settings Plugin.
All the network management is done now through the Connman backend. Removed separate wifi settings plugin. Change-Id: I7b6b7231f1c44727ce0591e11182d25bc43718ed Reviewed-by: Risto Avila <risto.avila@theqtcompany.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/wifi/wifi-qml/WifiScanner.qml5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/wifi/wifi-qml/WifiScanner.qml b/examples/wifi/wifi-qml/WifiScanner.qml
index 45fe8e7..9dbbd46 100644
--- a/examples/wifi/wifi-qml/WifiScanner.qml
+++ b/examples/wifi/wifi-qml/WifiScanner.qml
@@ -120,7 +120,10 @@ Item {
}
//! [0]
//! [2]
- WifiConfiguration { id: config }
+ WifiConfiguration {
+ id: config
+ protocol: "WPA2"
+ }
//! [2]
Component {
id: listDelegate