summaryrefslogtreecommitdiffstats
path: root/src/iwkey.h
blob: 8e412d4e6969d7079605b70769e03454879fc384 (plain)
1
2
3
4
5
6
7
8
9
10
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