summaryrefslogtreecommitdiffstats
path: root/contrib/hostapd/config.h
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/config.h
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/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 c56f4e7..8754a84 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;
OpenPOWER on IntegriCloud