summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2006-02-14 23:51:21 +0000
committersam <sam@FreeBSD.org>2006-02-14 23:51:21 +0000
commitff95a0e1eb05081ec2daf1fbb9b0f6d1012c1763 (patch)
tree2222d080d602c62455ebab3a9c06bb91410fd038 /usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5
parente431881b7b9a27d5891dbcdd4dc0af7cb544b802 (diff)
downloadFreeBSD-src-ff95a0e1eb05081ec2daf1fbb9b0f6d1012c1763.zip
FreeBSD-src-ff95a0e1eb05081ec2daf1fbb9b0f6d1012c1763.tar.gz
Change default build of wpa_supplicant to include EAPOL support;
ENABLE_WPA_SUPPLICANT_EAPOL is no more, now use NO_WPA_SUPPLICANT_EAPOL to build with only WPA-PSK support. Reviewed by: ru, bsdimp (basic approach) MFC after: 1 week
Diffstat (limited to 'usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5')
-rw-r--r--usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.58
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 b/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5
index 64f6a02..e1fb040 100644
--- a/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5
+++ b/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 16, 2005
+.Dd February 14, 2006
.Dt WPA_SUPPLICANT.CONF 5
.Os
.Sh NAME
@@ -248,11 +248,11 @@ If not set this defaults to all available methods compiled in to
.Xr wpa_supplicant 8 .
Note that by default
.Xr wpa_supplicant 8
-is not compiled with EAP support; see
+is compiled with EAP support; see
.Xr make.conf 5
for the
-.Va ENABLE_WPA_SUPPLICANT_EAPOL
-configuration variable.
+.Va NO_WPA_SUPPLICANT_EAPOL
+configuration variable that can be used to disable EAP support.
.It Va identity
Identity string for EAP.
.It Va anonymous_identity
OpenPOWER on IntegriCloud