From 3e8998a7d712275891905f9e75a8cd150de86877 Mon Sep 17 00:00:00 2001 From: Teemu Holappa Date: Thu, 28 Jan 2016 10:22:43 +0200 Subject: 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 --- examples/wifi/wifi-qml/WifiScanner.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'examples/wifi') 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 -- cgit v1.2.3