From 1ebd39b5ef31b0267385cff68554beea7579e224 Mon Sep 17 00:00:00 2001 From: sam Date: Fri, 8 Jul 2005 19:26:55 +0000 Subject: document ENABLE_WPA_SUPPLICANT_EAPOL Approved by: re (scottl) --- share/examples/etc/make.conf | 9 +++++++++ share/man/man5/make.conf.5 | 11 ++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) (limited to 'share') diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index c944d4e..a97f4df 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -333,3 +333,12 @@ # /etc/mail/Makefile. Defaults to 0640. # #SENDMAIL_MAP_PERMS= +# +# wpa_supplicant +# +# Enable this to include 802.1X and EAP support in wpa_supplicant. +# 802.1X with EAP requires openssl but it can be used without to +# do things like dynamic WEP keying. The default is to build +# wpa_supplicant only with WPA-PSK support. +# +#ENABLE_WPA_SUPPLICANT_EAPOL=true diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5 index 949c8fa..6167823 100644 --- a/share/man/man5/make.conf.5 +++ b/share/man/man5/make.conf.5 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 2, 2005 +.Dd June 9, 2005 .Dt MAKE.CONF 5 .Os .Sh NAME @@ -820,6 +820,14 @@ for simple printers, or .Dq Li ps for postscript or graphics printers with a ghostscript filter, or both. +.It Va ENABLE_WPA_SUPPLICANT_EAPOL +.Pq Vt str +Build +.Xr wpa_supplicant 8 +with support for the IEEE 802.1X protocol and with +support for EAP-PEAP, EAP-TLS, EAP-LEAP, and EAP-TTLS +protocols (usable only via 802.1X). +This option is ignored if NO_CRYPTO or NO_OPENSSL are configured. .El .Sh FILES .Bl -tag -width ".Pa /usr/share/examples/etc/make.conf" -compact @@ -836,6 +844,7 @@ filter, or both. .Xr ports 7 , .Xr lpd 8 , .Xr sendmail 8 +.Xr wpa_supplicant 8 .Sh HISTORY The .Nm -- cgit v1.1