summaryrefslogtreecommitdiffstats
path: root/contrib/hostapd/rc4.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2005-06-05 22:35:03 +0000
committersam <sam@FreeBSD.org>2005-06-05 22:35:03 +0000
commit21e78f430e299464b3c902bec78f8daa1f0e2e71 (patch)
treea7d225a062cd128980707f3fa918dec2d015c46b /contrib/hostapd/rc4.h
downloadFreeBSD-src-21e78f430e299464b3c902bec78f8daa1f0e2e71.zip
FreeBSD-src-21e78f430e299464b3c902bec78f8daa1f0e2e71.tar.gz
Stripped down import of hostapd v0.3.7
Diffstat (limited to 'contrib/hostapd/rc4.h')
-rw-r--r--contrib/hostapd/rc4.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/hostapd/rc4.h b/contrib/hostapd/rc4.h
new file mode 100644
index 0000000..0e77b7e
--- /dev/null
+++ b/contrib/hostapd/rc4.h
@@ -0,0 +1,7 @@
+#ifndef RC4_H
+#define RC4_H
+
+void rc4_skip(u8 *key, size_t keylen, size_t skip, u8 *data, size_t data_len);
+void rc4(u8 *buf, size_t len, u8 *key, size_t key_len);
+
+#endif /* RC4_H */
OpenPOWER on IntegriCloud