_AirpcapKey Struct Reference
[AirPcap definitions and data structures]

WEP key container. More...

#include <airpcap.h>

Data Fields

UINT KeyType
 Type of key, can be on of: AIRPCAP_KEYTYPE_WEP, AIRPCAP_KEYTYPE_TKIP, AIRPCAP_KEYTYPE_CCMP. Only AIRPCAP_KEYTYPE_WEP is supported by the driver at the moment.
UINT KeyLen
 Length of the key, in bytes.
BYTE KeyData [WEP_KEY_MAX_SIZE]
 Key Data.

Detailed Description

WEP key container.


Field Documentation

Type of key, can be on of: AIRPCAP_KEYTYPE_WEP, AIRPCAP_KEYTYPE_TKIP, AIRPCAP_KEYTYPE_CCMP. Only AIRPCAP_KEYTYPE_WEP is supported by the driver at the moment.

Length of the key, in bytes.

BYTE _AirpcapKey::KeyData[WEP_KEY_MAX_SIZE]

Key Data.


AirPcap documentation. Copyright (c) 2006-2008 CACE Technologies, Inc. All rights reserved.