document ENABLE_WPA_SUPPLICANT_EAPOL

Approved by:	re (scottl)
This commit is contained in:
Sam Leffler 2005-07-08 19:26:55 +00:00
parent df00c70d2e
commit e7af1f56e9
2 changed files with 19 additions and 1 deletions

View File

@ -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

View File

@ -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