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/
|
|
|
|
|
|
|
|
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
|
|
|
depends on BR2_PACKAGE_WPA_SUPPLICANT
|
|
|
|
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"
|
|
|
|
depends on BR2_PACKAGE_WPA_SUPPLICANT
|
|
|
|
help
|
|
|
|
Install wpa_cli command line utility
|
|
|
|
|
|
|
|
config BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE
|
|
|
|
bool "Install wpa_passphrase binary"
|
|
|
|
depends on BR2_PACKAGE_WPA_SUPPLICANT
|
|
|
|
help
|
|
|
|
Install wpa_passphrase command line utility
|
|
|
|
|