aboutsummaryrefslogtreecommitdiffstats
path: root/airpcap.h
diff options
context:
space:
mode:
Diffstat (limited to 'airpcap.h')
-rw-r--r--airpcap.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/airpcap.h b/airpcap.h
index 1a7aeb28d4..13f1155cac 100644
--- a/airpcap.h
+++ b/airpcap.h
@@ -83,12 +83,7 @@ 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 */
-
-
#ifndef __MINGW32__
#pragma pack(push)
#pragma pack(1)