summaryrefslogtreecommitdiffstats
path: root/src/iwkey.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/iwkey.h')
-rw-r--r--src/iwkey.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/iwkey.h b/src/iwkey.h
new file mode 100644
index 0000000..8e412d4
--- /dev/null
+++ b/src/iwkey.h
@@ -0,0 +1,11 @@
+#ifndef fooiwkeyhfoo
+#define fooiwkeyhfoo
+
+#include <stdint.h>
+#include "interface.h"
+#include "aeswepd.h"
+
+int wep_key_add(struct interface *i, uint8_t w[WEP_KEY_LEN]);
+int wep_key_finish(struct interface *i);
+
+#endif