summaryrefslogtreecommitdiffstats
path: root/src/aeswepd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/aeswepd.c')
-rw-r--r--src/aeswepd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/aeswepd.c b/src/aeswepd.c
index 55da33b..638db73 100644
--- a/src/aeswepd.c
+++ b/src/aeswepd.c
@@ -53,8 +53,8 @@
#include "keyapi.h"
uint8_t aes_key[AES_KEY_LEN];
-int rekey_time = 24*60*60, /* prior to 0.4: 15*60*/
- n_max_keys = 3;
+uint32_t rekey_time = 24*60*60; /* prior to 0.4: 15*60*/
+int n_max_keys = 3;
int key_map[MAX_WEP_KEYS];
char *interface_name = NULL;