summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTomasz Bursztyka <tomasz.bursztyka@linux.intel.com>2012-04-24 16:46:05 +0300
committerMarcel Holtmann <marcel@holtmann.org>2012-04-24 16:04:22 +0200
commitb420b497244395ea4ceb7bc82554fd8ddda672df (patch)
tree6414c17ead988ab2576cfb9150d3cddad93d7783 /README
parentf509e395c1586193c6c5ffce1cb5d6da89c80703 (diff)
downloadconnman-b420b497244395ea4ceb7bc82554fd8ddda672df.tar.gz
connman-b420b497244395ea4ceb7bc82554fd8ddda672df.tar.bz2
connman-b420b497244395ea4ceb7bc82554fd8ddda672df.zip
README: adding necessary configuration hints about wpa_supplicant
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
index 8a13404f..043f18d3 100644
--- a/README
+++ b/README
@@ -160,3 +160,19 @@ For a working system, certain configuration options need to be enabled:
written to use NetworkManager to detect online/offline
status and have not yet been converted to use ConnMan.
+
+wpa_supplicant configuration
+============================
+
+In order to get wpa_supplicant and Connman working properly together you should
+edit wpa_supplicant .config file and set:
+
+CONFIG_WPS=y
+CONFIG_AP=y
+CONFIG_CTRL_IFACE_DBUS_NEW=y
+
+and, add:
+CONFIG_BGSCAN_SIMPLE=y
+
+This last option will enable the support of background scanning while being
+connected, which is necessary when roaming on wifi.