From 272cdee776d315a4a265a82b7e539cdd9f41ac79 Mon Sep 17 00:00:00 2001 From: Gatis Paeglis Date: Wed, 20 Jan 2016 12:06:34 +0100 Subject: Add notice for wpa_supplicat socket code Change-Id: I02e8a0a0b9e2700c3c881eeb42b1c312084053db Reviewed-by: Teemu Holappa --- src/wifi/qwifisupplicant.cpp | 6 ++++++ 1 file changed, 6 insertions(+) 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]; -- cgit v1.2.3