summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@theqtcompany.com>2016-01-20 12:06:34 +0100
committerGatis Paeglis <gatis.paeglis@theqtcompany.com>2016-01-25 09:14:14 +0000
commit272cdee776d315a4a265a82b7e539cdd9f41ac79 (patch)
treefab67dd5ce00243780ae87469621ba661c7ad805 /src
parent8b59d852240b308328d77cd8a6453db9674bd842 (diff)
Add notice for wpa_supplicat socket code
Change-Id: I02e8a0a0b9e2700c3c881eeb42b1c312084053db Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r--src/wifi/qwifisupplicant.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wifi/qwifisupplicant.cpp b/src/wifi/qwifisupplicant.cpp
index 5bab8c4..d87ac80 100644
--- a/src/wifi/qwifisupplicant.cpp
+++ b/src/wifi/qwifisupplicant.cpp
@@ -126,6 +126,12 @@ bool QWifiSupplicant::stopSupplicant()
return true;
}
+/*! \internal
+ *
+ wpa_supplicant socket communication code (Apache License 2.0) with few modifications
+ from https://android.googlesource.com/platform/hardware/libhardware_legacy/
+
+ */
bool QWifiSupplicant::connectToSupplicant()
{
static char path[4096];