summaryrefslogtreecommitdiffstats
path: root/src/iwkey.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/iwkey.h')
-rw-r--r--src/iwkey.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/iwkey.h b/src/iwkey.h
index 4e853c0..72489b3 100644
--- a/src/iwkey.h
+++ b/src/iwkey.h
@@ -21,11 +21,8 @@
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
*/
-#include <stdint.h>
-#include "interface.h"
-#include "aeswepd.h"
+#include "keyapi.h"
-int wep_key_add(struct interface *i, uint8_t w[WEP_KEY_LEN]);
-int wep_key_finish(struct interface *i);
+const extern struct key_api linux_key_api;
#endif