diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-10-18 23:51:40 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-21 05:59:15 +0000 |
commit | 1012ad7ebd3358ab9e9060834424a37eb3e2bbd2 (patch) | |
tree | 1f267e5fe74782b11f5402725cada53beebff7a7 /main/wpa_supplicant/config | |
parent | 1540795eeadf00fe67132374a9db910bad8a588f (diff) | |
download | aports-1012ad7ebd3358ab9e9060834424a37eb3e2bbd2.tar.bz2 aports-1012ad7ebd3358ab9e9060834424a37eb3e2bbd2.tar.xz |
main/wpa_supplicant: enable CONFIG_EAP_FAST
Diffstat (limited to 'main/wpa_supplicant/config')
-rw-r--r-- | main/wpa_supplicant/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/wpa_supplicant/config b/main/wpa_supplicant/config index 1d5c227632..2ff2a99a88 100644 --- a/main/wpa_supplicant/config +++ b/main/wpa_supplicant/config @@ -103,7 +103,7 @@ CONFIG_EAP_TTLS=y # Note: If OpenSSL is used as the TLS library, OpenSSL 1.0 or newer is needed # for EAP-FAST support. Older OpenSSL releases would need to be patched, e.g., # with openssl-0.9.8x-tls-extensions.patch, to add the needed functions. -#CONFIG_EAP_FAST=y +CONFIG_EAP_FAST=y # EAP-GTC CONFIG_EAP_GTC=y |