summaryrefslogtreecommitdiff
path: root/airpcap.h
diff options
context:
space:
mode:
Diffstat (limited to 'airpcap.h')
-rw-r--r--airpcap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/airpcap.h b/airpcap.h
index f7e6cff331..0c21955c86 100644
--- a/airpcap.h
+++ b/airpcap.h
@@ -83,6 +83,8 @@ typedef struct _AirpcapDeviceDescription
PCHAR Description; /* Device description */
} AirpcapDeviceDescription, *PAirpcapDeviceDescription;
+#define MAX_ENCRYPTION_KEYS 64
+
#define WEP_KEY_MAX_SIZE 32 /* Maximum size of a WEP key, in bytes. This is the size of an entry in the */
/* AirpcapWepKeysCollection structure */