summaryrefslogtreecommitdiffstats
path: root/contrib/hostapd/hostapd.conf
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2006-03-27 18:15:24 +0000
committersam <sam@FreeBSD.org>2006-03-27 18:15:24 +0000
commit620bfba12034be7d2ad4a357063d609ff5b6e63a (patch)
tree95de519733c79dfd4eb1c592409eb069c33e9662 /contrib/hostapd/hostapd.conf
parent8d55057fb42bf9070fd379acbcb6fc4ef793d2a7 (diff)
downloadFreeBSD-src-620bfba12034be7d2ad4a357063d609ff5b6e63a.zip
FreeBSD-src-620bfba12034be7d2ad4a357063d609ff5b6e63a.tar.gz
Add eapol_version config parameter so folks with clients that (bogusly)
require the authenticator announce EAPOL version 1 don't have to hack the code to get a working setup. Discussed with Jouni; he's committed a similar set of changes to his devel branch and I sent him these changes so I'm committing this on the vendor branch in the expectation it will appear in the next import. MFC after: 1 week
Diffstat (limited to 'contrib/hostapd/hostapd.conf')
-rw-r--r--contrib/hostapd/hostapd.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/hostapd/hostapd.conf b/contrib/hostapd/hostapd.conf
index ecd7663..3dd5aab 100644
--- a/contrib/hostapd/hostapd.conf
+++ b/contrib/hostapd/hostapd.conf
@@ -106,6 +106,14 @@ auth_algs=3
# Require IEEE 802.1X authorization
#ieee8021x=1
+# IEEE 802.1X/EAPOL version
+# hostapd is implemented based on IEEE Std 802.1X-2004 which defines EAPOL
+# version 2. However, there are some clients that do not handle
+# the new version number correctly (they seem to drop the frames completely).
+# In order to make hostapd interoperate with these clients, the version number
+# can be set to the older version (1) with this configuration value.
+#eapol_version=2
+
# Optional displayable message sent with EAP Request-Identity. The first \0
# in this string will be converted to ASCII-0 (nul). This can be used to
# separate network info (comma separated list of attribute=value pairs); see,
OpenPOWER on IntegriCloud