mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
document ENABLE_WPA_SUPPLICANT_EAPOL
Approved by: re (scottl)
This commit is contained in:
parent
df00c70d2e
commit
e7af1f56e9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=147840
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user