SharpPcap : SharpPcap.AirPcap Namespace

AirPcapKey Class

WEB key container

Syntax

public class AirPcapKey

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap.AirPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0

Members

See Also: Inherited members from object.

Public Constructors

Constructor

Public Fields

Data byte[]. Key data
Type AirPcapKeyType . Type of key, can be on of: \ref AIRPCAP_KEYTYPE_WEP, \ref AIRPCAP_KEYTYPE_TKIP, \ref AIRPCAP_KEYTYPE_CCMP. Only AIRPCAP_KEYTYPE_WEP is supported by the driver at the moment.
const
WepKeyMaxSize int (32). Number of bytes in a wep key

Public Methods

override
ToString () : string

Member Details

AirPcapKey Constructor

Constructor

Syntax

public AirPcapKey (AirPcapKeyType Type, byte[] Data)

Parameters

Type
Data

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap.AirPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0

Data Field

Key data

Syntax

public byte[] Data

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap.AirPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0

ToString Method

Syntax

public override string ToString ()

Returns

A string

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap.AirPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0

Type Field

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

Syntax

public AirPcapKeyType Type

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap.AirPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0

WepKeyMaxSize Field

Number of bytes in a wep key

Value: 32

Syntax

public const int WepKeyMaxSize

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SharpPcap.AirPcap
Assembly: SharpPcap (in SharpPcap.dll)
Assembly Versions: 4.0.1.0