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