blob: 4b50239727799daba7ae7c0278b2b677892e662b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
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
bool "Enable WPA with EAP"
depends on BR2_PACKAGE_WPA_SUPPLICANT
help
Enable WPA with EAP (IEEE 802.1X)
config BR2_PACKAGE_WPA_SUPPLICANT_OPENSSL
bool "Use openssl TLS (recommended)"
depends on BR2_PACKAGE_WPA_SUPPLICANT && BR2_PACKAGE_WPA_SUPPLICANT_EAP
select BR2_PACKAGE_OPENSSL
help
Use OpenSSL's TLS implementation instead of internal libtommath.
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
|