Data Structures

Here are the data structures with brief descriptions:
_AirpcapBpfHeaderPacket header
_AirpcapChannelInfoChannel information. Used by AirpcapSetDeviceChannelEx(), AirpcapGetDeviceChannelEx(), AirpcapGetDeviceSupportedChannels()
_AirpcapDeviceCapabilitiesDevice capabilities. Returned by AirpcapGetDeviceCapabilities()
_AirpcapDeviceDescriptionEntry in the list returned by AirpcapGetDeviceList()
_AirpcapDeviceTimestampStructure used to read the free running counter on a device
_AirpcapKeyWEP key container
_AirpcapKeysCollectionThis structure is used to store a collection of WEP keys. Note that the definition of the structure doesn't contain any key, so be careful to allocate a buffer with the size of the key, like in the following example:
_AirpcapMacAddressStorage for a MAC address
_AirpcapStatsCapture statistics. Returned by AirpcapGetStats()

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