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
Encryption
Type of encryption used on the wireless network.
public byte Encryption
Field Value
Id
Id for the configuration
public uint Id
Field Value
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
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
Ssid
Network SSID 32 bytes length.
public byte[] Ssid
Field Value
- byte[]