diff options
author | Simon Busch <morphis@gravedo.de> | 2013-07-24 22:29:25 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-29 13:09:13 +0100 |
commit | 904f9370cd0cfb6fa0f249caa3aebb85e5594d53 (patch) | |
tree | 7dd5a2015ff1b5b8b53b4ada895a40e7a2c2d3d9 /meta | |
parent | ac9d373725551a51781412b4da2dfc7dce61d447 (diff) | |
download | poky-904f9370cd0cfb6fa0f249caa3aebb85e5594d53.tar.gz |
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
(From OE-Core rev: 2e4d939b6a0061eec22b859a827dedda51b299ba)
Signed-off-by: Simon Busch <morphis@gravedo.de>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/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 e041b4d36f..8be41074cd 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 | |||
190 | #CONFIG_EAP_TNC=y | 190 | #CONFIG_EAP_TNC=y |
191 | 191 | ||
192 | # Wi-Fi Protected Setup (WPS) | 192 | # Wi-Fi Protected Setup (WPS) |
193 | #CONFIG_WPS=y | 193 | CONFIG_WPS=y |
194 | 194 | ||
195 | # EAP-IKEv2 | 195 | # EAP-IKEv2 |
196 | #CONFIG_EAP_IKEV2=y | 196 | #CONFIG_EAP_IKEV2=y |
@@ -407,3 +407,22 @@ CONFIG_TLS = gnutls | |||
407 | #CONFIG_GNUTLS_EXTRA=y | 407 | #CONFIG_GNUTLS_EXTRA=y |
408 | CONFIG_CTRL_IFACE_DBUS=y | 408 | CONFIG_CTRL_IFACE_DBUS=y |
409 | CONFIG_CTRL_IFACE_DBUS_NEW=y | 409 | CONFIG_CTRL_IFACE_DBUS_NEW=y |
410 | |||
411 | # AP mode operations with wpa_supplicant | ||
412 | # This can be used for controlling AP mode operations with wpa_supplicant. It | ||
413 | # should be noted that this is mainly aimed at simple cases like | ||
414 | # WPA2-Personal while more complex configurations like WPA2-Enterprise with an | ||
415 | # external RADIUS server can be supported with hostapd. | ||
416 | CONFIG_AP=y | ||
417 | |||
418 | CONFIG_BGSCAN_SIMPLE=y | ||
419 | |||
420 | # Autoscan | ||
421 | # This can be used to enable automatic scan support in wpa_supplicant. | ||
422 | # See wpa_supplicant.conf for more information on autoscan usage. | ||
423 | # | ||
424 | # Enabling directly a module will enable autoscan support. | ||
425 | # For exponential module: | ||
426 | CONFIG_AUTOSCAN_EXPONENTIAL=y | ||
427 | # For periodic module: | ||
428 | #CONFIG_AUTOSCAN_PERIODIC=y | ||