summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2005-07-08 19:26:55 +0000
committersam <sam@FreeBSD.org>2005-07-08 19:26:55 +0000
commit1ebd39b5ef31b0267385cff68554beea7579e224 (patch)
tree6d6d067abf8d0de0205eee212d76bb44be67c159 /share
parent4e6c852a1208b2429dad46083c4befb5cb764430 (diff)
downloadFreeBSD-src-1ebd39b5ef31b0267385cff68554beea7579e224.zip
FreeBSD-src-1ebd39b5ef31b0267385cff68554beea7579e224.tar.gz
document ENABLE_WPA_SUPPLICANT_EAPOL
Approved by: re (scottl)
Diffstat (limited to 'share')
-rw-r--r--share/examples/etc/make.conf9
-rw-r--r--share/man/man5/make.conf.511
2 files changed, 19 insertions, 1 deletions
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
OpenPOWER on IntegriCloud