Table of Contents

Class Wireless80211Configuration

Namespace
System.Net.NetworkInformation
Assembly
System.Net.dll

Configuration of wireless network based on the 802.11 standard.

public class Wireless80211Configuration
Inheritance
Wireless80211Configuration
Inherited Members
Extension Methods

Remarks

This class is exclusive of nanoFramework and does not exist on the UWP API.

Constructors

Wireless80211Configuration(uint)

Initializes a new instance of the Wireless80211Configuration class.

public Wireless80211Configuration(uint id)

Parameters

id uint

The ID of the wireless configuration.

Properties

Authentication

Specifies the type of authentication used on the wireless network.

public AuthenticationType Authentication { get; set; }

Property Value

AuthenticationType

Encryption

Specifies the type of encryption used on the wireless network.

public EncryptionType Encryption { get; set; }

Property Value

EncryptionType

Id

Contains the ID of the wireless configuration.

public uint Id { get; }

Property Value

uint

Options

Contains flags for the Wireless connection

public Wireless80211Configuration.ConfigurationOptions Options { get; set; }

Property Value

Wireless80211Configuration.ConfigurationOptions

Password

Contains the network passphrase.

public string Password { get; set; }

Property Value

string

Radio

Specifies the type of radio used by the wireless network adapter.

public RadioType Radio { get; set; }

Property Value

RadioType

Ssid

Contains the network's SSID.

public string Ssid { get; set; }

Property Value

string

Methods

GetAllWireless80211Configurations()

Retrieves an array of all of the wireless 802.11 network configurations.

public static Wireless80211Configuration[] GetAllWireless80211Configurations()

Returns

Wireless80211Configuration[]

An array containing all of the wireless 802.11 network configuration stored in the device.

SaveConfiguration()

Saves the wireless 802.11 configuration information.

public void SaveConfiguration()