summaryrefslogtreecommitdiff
path: root/airpcap.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-10-10 00:28:53 +0000
committerGerald Combs <gerald@wireshark.org>2006-10-10 00:28:53 +0000
commit993305a75f6a4981c903fc477487108315a3e59f (patch)
tree63932d29924fd711736daefcabd0c749a877c961 /airpcap.h
parentc43a1dffed57a16ab254dc91674349fed729ab0c (diff)
downloadwireshark-993305a75f6a4981c903fc477487108315a3e59f.tar.gz
First step in integrating the AirPcap WEP preferences with those
from the 802.11 dissector. Use a #define for the maximum number of WEP keys. Use AirPcap's if we have it (64). Rename find_module() prefs_find_module() and make it public. svn path=/trunk/; revision=19467
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 */