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
uintThe ID of the wireless configuration.
Properties
Authentication
Specifies the type of authentication used on the wireless network.
public AuthenticationType Authentication { get; set; }
Property Value
Encryption
Specifies the type of encryption used on the wireless network.
public EncryptionType Encryption { get; set; }
Property Value
Id
Contains the ID of the wireless configuration.
public uint Id { get; }
Property Value
Options
Contains flags for the Wireless connection
public Wireless80211Configuration.ConfigurationOptions Options { get; set; }
Property Value
Password
Contains the network passphrase.
public string Password { get; set; }
Property Value
Radio
Specifies the type of radio used by the wireless network adapter.
public RadioType Radio { get; set; }
Property Value
Ssid
Contains the network's SSID.
public string Ssid { get; set; }
Property Value
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()