From cd677b247532305ca67b1459bafe74a19cead7ad Mon Sep 17 00:00:00 2001 From: Gatis Paeglis Date: Mon, 2 Feb 2015 10:51:22 +0100 Subject: Add support for hidden SSIDs Wifi access points may be configured not to broadcast its SSID, connecting to such networks requires a SSID-specific probe request. Add new property to WifiConfiguration for describing this type of networks. Change-Id: I068ac53936a860e3752e31b8151b87ba4308c510 Task-number: QTEE-816 Reviewed-by: Laszlo Agocs --- src/imports/wifi/pluginmain.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/imports/wifi') diff --git a/src/imports/wifi/pluginmain.cpp b/src/imports/wifi/pluginmain.cpp index a778fa2..7d129d2 100644 --- a/src/imports/wifi/pluginmain.cpp +++ b/src/imports/wifi/pluginmain.cpp @@ -322,6 +322,15 @@ QT_BEGIN_NAMESPACE WPA is used by default if property is not set, supported values are: WPA, WPA2, WEP, WPS. */ +/*! + \qmlproperty bool WifiConfiguration::ssidHidden + + If a Wifi access point does not broadcast its SSID, setting this property + to \c true ensures that the Wifi backend can detect the specified network. + + By default this property is set to \c false. +*/ + static QObject *globalWifiDevice(QQmlEngine *, QJSEngine *) { return new QWifiDevice; -- cgit v1.2.3