summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-04-29 01:03:52 +0200
committerMarcel Holtmann <marcel@holtmann.org>2012-04-29 01:03:52 +0200
commita7dc6dd78f2f4d326ba17421d8838f1fd2690ce1 (patch)
tree03b4c223f478f45d5ba9f3c368c1f3d6755fa00f /README
parented89c9d47e6749b5425b0acfa2fbe15080777aaf (diff)
downloadconnman-a7dc6dd78f2f4d326ba17421d8838f1fd2690ce1.tar.gz
connman-a7dc6dd78f2f4d326ba17421d8838f1fd2690ce1.tar.bz2
connman-a7dc6dd78f2f4d326ba17421d8838f1fd2690ce1.zip
README: Mention wpa_supplicant version details
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 043f18d3..340a5ab5 100644
--- a/README
+++ b/README
@@ -164,15 +164,18 @@ For a working system, certain configuration options need to be enabled:
wpa_supplicant configuration
============================
-In order to get wpa_supplicant and Connman working properly together you should
-edit wpa_supplicant .config file and set:
+In order to get wpa_supplicant and Connection Manager 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.
+
+It is recommended to use wpa_supplicant 8.x or 1.x or later.