_AirpcapDeviceCapabilities Struct Reference
[AirPcap definitions and data structures]

Device capabilities. Returned by AirpcapGetDeviceCapabilities(). More...

#include <airpcap.h>


Data Fields

AirpcapAdapterId AdapterId
 An Id that identifies the adapter model.
CHAR * AdapterModelName
 String containing a printable adapter model.
AirpcapAdapterBus AdapterBus
 The type of bus the adapter is plugged to.
BOOL CanTransmit
 TRUE if the adapter is able to perform frame injection.
BOOL CanSetTransmitPower
 TRUE if the adapter's transmit power is can be specified by the user application.
BOOL ExternalAntennaPlug
 TRUE if the adapter supports plugging one or more external antennas.
UINT SupportedMedia
UINT SupportedBands


Detailed Description

Device capabilities. Returned by AirpcapGetDeviceCapabilities().

Field Documentation

An Id that identifies the adapter model.

String containing a printable adapter model.

The type of bus the adapter is plugged to.

TRUE if the adapter is able to perform frame injection.

TRUE if the adapter's transmit power is can be specified by the user application.

TRUE if the adapter supports plugging one or more external antennas.

An OR combination of the media that the device supports. Possible values are: AIRPCAP_MEDIUM_802_11_A, AIRPCAP_MEDIUM_802_11_B, AIRPCAP_MEDIUM_802_11_G or AIRPCAP_MEDIUM_802_11_N. Not supported at the moment.

An OR combination of the bands that the device supports. Can be one of: AIRPCAP_BAND_2GHZ, AIRPCAP_BAND_5GHZ.


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