summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Bursztyka <tomasz.bursztyka@linux.intel.com>2013-05-17 14:45:00 +0300
committerPatrik Flykt <patrik.flykt@linux.intel.com>2013-05-17 15:04:59 +0300
commit843cb6e4084c282f43054fdfd3b2daa44744c882 (patch)
treee19e4b0938a95af0b258b48605549e02a381883a
parent1b51337b24c4e0793c1d39f510d957a06aba357b (diff)
downloadconnman-843cb6e4084c282f43054fdfd3b2daa44744c882.tar.gz
connman-843cb6e4084c282f43054fdfd3b2daa44744c882.tar.bz2
connman-843cb6e4084c282f43054fdfd3b2daa44744c882.zip
README: Update information about wpa_supplicant configuration
-rw-r--r--README11
1 files changed, 9 insertions, 2 deletions
diff --git a/README b/README
index bfb246ab..161c5352 100644
--- a/README
+++ b/README
@@ -274,14 +274,21 @@ CONFIG_WPS=y
CONFIG_AP=y
CONFIG_CTRL_IFACE_DBUS_NEW=y
-and, add:
+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 0.8.x or 1.x or later.
+and finally:
+
+CONFIG_AUTOSCAN_EXPONENTIAL=y
+
+This will enable the exact same function as bgscan but while being
+disconnected.
+
+It is recommended to use wpa_supplicant 1.x or later.
VPN