Table of Contents

Class Wireless80211ConfigurationBase

Namespace
nanoFramework.Tools.Debugger
Assembly
nanoFramework.Tools.DebugLibrary.Net.dll
public class Wireless80211ConfigurationBase
Inheritance
Wireless80211ConfigurationBase
Derived
Inherited Members
Extension Methods

Constructors

Wireless80211ConfigurationBase()

public Wireless80211ConfigurationBase()

Fields

Authentication

Type of authentication used on the wireless network

public byte Authentication

Field Value

byte

Encryption

Type of encryption used on the wireless network.

public byte Encryption

Field Value

byte

Id

Id for the configuration

public uint Id

Field Value

uint

Marker

This is the marker placeholder for this configuration block 4 bytes length.

public byte[] Marker

Field Value

byte[]

Options

Options 1 byte length.

public byte Options

Field Value

byte

Password

Network password 64 bytes length.

public byte[] Password

Field Value

byte[]

Radio

Type of radio used by the wireless network adapter.

public byte Radio

Field Value

byte

Ssid

Network SSID 32 bytes length.

public byte[] Ssid

Field Value

byte[]