diff options
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 |