[oe-commits] Simon Busch : wpa-supplicant: enable required configuration options for connman

git at git.openembedded.org git at git.openembedded.org
Mon Jul 29 12:01:12 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 2e4d939b6a0061eec22b859a827dedda51b299ba
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2e4d939b6a0061eec22b859a827dedda51b299ba

Author: Simon Busch <morphis at gravedo.de>
Date:   Wed Jul 24 22:29:25 2013 +0000

wpa-supplicant: enable required configuration options for connman

Details can be found in the connman documentation:
https://git.kernel.org/cgit/network/connman/connman.git/tree/README#n280

Signed-off-by: Simon Busch <morphis at gravedo.de>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../wpa-supplicant/wpa-supplicant/defconfig-gnutls |   21 +++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/defconfig-gnutls b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/defconfig-gnutls
index e041b4d..8be4107 100644
--- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/defconfig-gnutls
+++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/defconfig-gnutls
@@ -190,7 +190,7 @@ CONFIG_EAP_LEAP=y
 #CONFIG_EAP_TNC=y
 
 # Wi-Fi Protected Setup (WPS)
-#CONFIG_WPS=y
+CONFIG_WPS=y
 
 # EAP-IKEv2
 #CONFIG_EAP_IKEV2=y
@@ -407,3 +407,22 @@ CONFIG_TLS = gnutls
 #CONFIG_GNUTLS_EXTRA=y
 CONFIG_CTRL_IFACE_DBUS=y
 CONFIG_CTRL_IFACE_DBUS_NEW=y
+
+# AP mode operations with wpa_supplicant
+# This can be used for controlling AP mode operations with wpa_supplicant. It
+# should be noted that this is mainly aimed at simple cases like
+# WPA2-Personal while more complex configurations like WPA2-Enterprise with an
+# external RADIUS server can be supported with hostapd.
+CONFIG_AP=y
+
+CONFIG_BGSCAN_SIMPLE=y
+
+# Autoscan
+# This can be used to enable automatic scan support in wpa_supplicant.
+# See wpa_supplicant.conf for more information on autoscan usage.
+#
+# Enabling directly a module will enable autoscan support.
+# For exponential module:
+CONFIG_AUTOSCAN_EXPONENTIAL=y
+# For periodic module:
+#CONFIG_AUTOSCAN_PERIODIC=y



More information about the Openembedded-commits mailing list