blob: 325b71bf1f5b97e4e731974e5557944781020b2b (
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
|
config ADK_PACKAGE_WPA_SUPPLICANT
prompt "wpa_supplicant.................... WPA Supplicant with support for WPA and WPA2"
tristate
default n
select ADK_KPACKAGE_KMOD_CRYPTO_AES
help
WPA Supplicant with support for WPA and WPA2 (IEEE 802.11i / RSN).
Supplicant is the IEEE 802.1X/WPA component that is used in the client
stations. It implements key negotiation with a WPA Authenticator and it
controls the roaming and IEEE 802.11 authentication/association.
http://hostap.epitest.fi/wpa_supplicant/
choice
prompt "SSL/TLS Configuration"
depends on ADK_PACKAGE_WPA_SUPPLICANT
default ADK_COMPILE_WPA_SUPPLICANT_WITH_OPENSSL
config ADK_COMPILE_WPA_SUPPLICANT_WITH_OPENSSL
bool "enable openssl encryption support"
depends ADK_PACKAGE_WPA_SUPPLICANT
select ADK_PACKAGE_LIBOPENSSL
help
config ADK_COMPILE_WPA_SUPPLICANT_WITH_INCLUDED
bool "enable included encryption support"
depends ADK_PACKAGE_WPA_SUPPLICANT
help
endchoice
|