diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2005-07-08 19:26:55 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2005-07-08 19:26:55 +0000 |
| commit | e7af1f56e92a03ff3d681d7a2bdeefc402acc86a (patch) | |
| tree | 6d6d067abf8d0de0205eee212d76bb44be67c159 /share/examples | |
| parent | df00c70d2eefc43225ecf8a5cfc8aad5fec10d9f (diff) | |
Notes
Diffstat (limited to 'share/examples')
| -rw-r--r-- | share/examples/etc/make.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index c944d4eb7202..a97f4df26bc9 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 |
