#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. |
UINT _AirpcapKey::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 _AirpcapKey::KeyLen |
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.