aboutsummaryrefslogtreecommitdiff
path: root/contrib/hostapd/config.h
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2006-03-27 18:15:24 +0000
committerSam Leffler <sam@FreeBSD.org>2006-03-27 18:15:24 +0000
commitb449aee71d92a35e5293f3df4f0a564f77fbd02b (patch)
tree95de519733c79dfd4eb1c592409eb069c33e9662 /contrib/hostapd/config.h
parent89f5e593c04599b48d6b59a8c4841676a988ac4f (diff)
downloadsrc-b449aee71d92a35e5293f3df4f0a564f77fbd02b.tar.gz
src-b449aee71d92a35e5293f3df4f0a564f77fbd02b.zip
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
Notes
Notes: svn path=/vendor/hostapd/dist/; revision=157181
Diffstat (limited to 'contrib/hostapd/config.h')
-rw-r--r--contrib/hostapd/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/hostapd/config.h b/contrib/hostapd/config.h
index c56f4e7bf241..8754a84884aa 100644
--- a/contrib/hostapd/config.h
+++ b/contrib/hostapd/config.h
@@ -73,6 +73,7 @@ struct hostapd_config {
* EAP Request-Identity */
size_t eap_req_id_text_len;
int eapol_key_index_workaround;
+ int eapol_version;
size_t default_wep_key_len;
int individual_wep_key_len;