summaryrefslogtreecommitdiffstats
path: root/src/aeswepd.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-08-09 16:41:59 +0000
committerLennart Poettering <lennart@poettering.net>2003-08-09 16:41:59 +0000
commit3e81b0123b4bbfedbdc1135a6a4305c347f91a3a (patch)
tree0df13d3199a04b9ac8b3c576d9f4881593a87a36 /src/aeswepd.h
parentba2dc48008777865fec281837ad9869d76cf8e87 (diff)
Initial commit
git-svn-id: file:///home/lennart/svn/public/aeswepd/trunk@3 022f378f-78c4-0310-b860-d162c87e6274
Diffstat (limited to 'src/aeswepd.h')
-rw-r--r--src/aeswepd.h14
1 files changed, 14 insertions, 0 deletions
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 <stdint.h>
+
+#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