2009-03-09 21:28:40 +01:00
|
|
|
config BR2_PACKAGE_WPA_SUPPLICANT
|
|
|
|
bool "wpa_supplicant"
|
|
|
|
help
|
|
|
|
WPA supplicant for secure wireless networks
|
|
|
|
|
|
|
|
http://hostap.epitest.fi/wpa_supplicant/
|
|
|
|
|
2012-05-14 11:46:21 +02:00
|
|
|
if BR2_PACKAGE_WPA_SUPPLICANT
|
|
|
|
|
2009-03-09 21:28:40 +01:00
|
|
|
config BR2_PACKAGE_WPA_SUPPLICANT_EAP
|
2010-10-06 19:35:20 +02:00
|
|
|
bool "Enable EAP"
|
2009-03-09 21:28:40 +01:00
|
|
|
help
|
2010-10-06 19:35:20 +02:00
|
|
|
Enable support for EAP.
|
2009-03-09 21:28:40 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_WPA_SUPPLICANT_CLI
|
|
|
|
bool "Install wpa_cli binary"
|
|
|
|
help
|
|
|
|
Install wpa_cli command line utility
|
|
|
|
|
|
|
|
config BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE
|
|
|
|
bool "Install wpa_passphrase binary"
|
|
|
|
help
|
|
|
|
Install wpa_passphrase command line utility
|
|
|
|
|
2011-12-05 13:33:18 +01:00
|
|
|
config BR2_PACKAGE_WPA_SUPPLICANT_AP_SUPPORT
|
|
|
|
bool "Enable support for soft AP"
|
|
|
|
help
|
|
|
|
With this option enabled, wpa_supplicant can act as
|
|
|
|
access point. This can be used for open and WPA2-Personal networks
|
|
|
|
(optionally, with WPS); this links in parts of hostapd functionality
|
|
|
|
into wpa_supplicant.
|
2012-02-07 11:33:31 +01:00
|
|
|
|
2012-12-17 22:52:46 +01:00
|
|
|
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.
|
|
|
|
|
2012-02-07 11:33:31 +01:00
|
|
|
config BR2_PACKAGE_WPA_SUPPLICANT_WPS
|
|
|
|
bool "Enable support for WPS"
|
|
|
|
help
|
|
|
|
Enable support for Wi-Fi Protected Setup (WPS)
|
2012-05-14 11:46:21 +02:00
|
|
|
|
|
|
|
endif
|