From 3e81b0123b4bbfedbdc1135a6a4305c347f91a3a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 9 Aug 2003 16:41:59 +0000 Subject: Initial commit git-svn-id: file:///home/lennart/svn/public/aeswepd/trunk@3 022f378f-78c4-0310-b860-d162c87e6274 --- src/aeswepd.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/aeswepd.h (limited to 'src/aeswepd.h') diff --git a/src/aeswepd.h b/src/aeswepd.h new file mode 100644 index 0000000..c3be819 --- /dev/null +++ b/src/aeswepd.h @@ -0,0 +1,14 @@ +#ifndef fooaeswepdhfoo +#define fooaeswepdhfoo + +#include + +#define WEP_KEY_LEN 13 +#define AES_KEY_LEN 16 +#define MAX_WEP_KEYS 16 + +extern int n_max_keys; +extern int key_map[MAX_WEP_KEYS]; + + +#endif -- cgit