From: Jouni Malinen Date: Tue, 31 Mar 2015 16:40:08 +0000 (+0300) Subject: Fix a typo in configuration parameter documentation X-Git-Tag: hostap_2_5~881 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56dfc4939d034c8d7078f828520c0b9a29513492;p=thirdparty%2Fhostap.git Fix a typo in configuration parameter documentation Signed-off-by: Jouni Malinen --- diff --git a/wpa_supplicant/wpa_supplicant.conf b/wpa_supplicant/wpa_supplicant.conf index 853b156a7..eb7434a87 100644 --- a/wpa_supplicant/wpa_supplicant.conf +++ b/wpa_supplicant/wpa_supplicant.conf @@ -974,7 +974,7 @@ fast_reauth=1 # tls_disable_session_ticket=0 - allow TLS Session Ticket extension to be used # Note: If not set, this is automatically set to 1 for EAP-TLS/PEAP/TTLS # as a workaround for broken authentication server implementations unless -# EAP workarounds are disabled with eap_workarounds=0. +# EAP workarounds are disabled with eap_workaround=0. # For EAP-FAST, this must be set to 0 (or left unconfigured for the # default value to be used automatically). # tls_disable_tlsv1_1=1 - disable use of TLSv1.1 (a workaround for AAA servers