aboutsummaryrefslogtreecommitdiffstats
path: root/package/wpa_supplicant/Config.in
diff options
context:
space:
mode:
authorSven Neumann <s.neumann@raumfeld.com>2012-12-17 21:52:46 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-01-14 20:46:21 +0100
commitb6b9d86a3e96601aef02f0f1c8d26acd5372954b (patch)
tree8eef075f7c413305722c092a8c45bbefdd716753 /package/wpa_supplicant/Config.in
parent90be89c22f777f77e79cea19b302aa55b7b1913c (diff)
downloadbuildroot-novena-b6b9d86a3e96601aef02f0f1c8d26acd5372954b.tar.gz
buildroot-novena-b6b9d86a3e96601aef02f0f1c8d26acd5372954b.zip
wpa-supplicant: add options to enable the new DBus interface
Allow to configure the DBus interfaces that the wpa_supplicant binary should support (old or new or both). Also allow to enable introspection support on the new DBus interface. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> (build-test with all features enabled) Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/wpa_supplicant/Config.in')
-rw-r--r--package/wpa_supplicant/Config.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/package/wpa_supplicant/Config.in b/package/wpa_supplicant/Config.in
index d7cefe3cb..8b0b36693 100644
--- a/package/wpa_supplicant/Config.in
+++ b/package/wpa_supplicant/Config.in
@@ -30,6 +30,25 @@ config BR2_PACKAGE_WPA_SUPPLICANT_AP_SUPPORT
(optionally, with WPS); this links in parts of hostapd functionality
into wpa_supplicant.
+config BR2_PACKAGE_WPA_SUPPLICANT_DBUS_OLD
+ bool "Enable support for old DBus control interface"
+ depends on BR2_PACKAGE_DBUS
+ help
+ Enable support for old DBus control interface
+ (fi.epitest.hostap.WPASupplicant).
+
+config BR2_PACKAGE_WPA_SUPPLICANT_DBUS_NEW
+ bool "Enable support for new DBus control interface"
+ depends on BR2_PACKAGE_DBUS
+ help
+ Enable support for new DBus control interface (fi.w1.wpa_supplicant1).
+
+config BR2_PACKAGE_WPA_SUPPLICANT_DBUS_INTROSPECTION
+ bool "Introspection support"
+ depends on BR2_PACKAGE_WPA_SUPPLICANT_DBUS_NEW
+ help
+ Add introspection support for new DBus control interface.
+
config BR2_PACKAGE_WPA_SUPPLICANT_WPS
bool "Enable support for WPS"
help