Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Provides information about wireless networks based on the 802.11 standard.
Inheritance Hierarchy
System. . :: . .Object
Microsoft.SPOT.Net.NetworkInformation. . :: . .NetworkInterface
Microsoft.SPOT.Net.NetworkInformation..::..Wireless80211
Namespace: Microsoft.SPOT.Net.NetworkInformation
Assembly: Microsoft.SPOT.Net (in Microsoft.SPOT.Net.dll)
Syntax
'Declaration
Public Class Wireless80211 _
Inherits NetworkInterface
public class Wireless80211 : NetworkInterface
public ref class Wireless80211 : public NetworkInterface
type Wireless80211 =
class
inherit NetworkInterface
end
public class Wireless80211 extends NetworkInterface
The Wireless80211 type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
DnsAddresses | Holds the DNS server address. (Inherited from NetworkInterface.) |
![]() |
GatewayAddress | Contains the gateway address. (Inherited from NetworkInterface.) |
![]() |
IPAddress | Holds the IP address of the network interface. (Inherited from NetworkInterface.) |
![]() |
IsDhcpEnabled | Gets a value specifying whether DHCP is enabled for this network interfaces. (Inherited from NetworkInterface.) |
![]() |
IsDynamicDnsEnabled | Retrieves a value indicating whether a network interface can obtain a DNS server address automatically. (Inherited from NetworkInterface.) |
![]() |
NetworkInterfaceType | Retrieves a value specifying the type of network interface being used by the device. (Inherited from NetworkInterface.) |
![]() |
PhysicalAddress | Gets or sets the Media Access Control (MAC) address for a network interface. (Inherited from NetworkInterface.) |
![]() |
SubnetMask | Retrieves the network interface's subnet mask. (Inherited from NetworkInterface.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
EnableDhcp | Enables the Dynamic Host Configuration Protocol (DHCP) for service with this network interface. (Inherited from NetworkInterface.) |
![]() |
EnableDynamicDns | Enables a network interface to obtain a DNS server address automatically. (Inherited from NetworkInterface.) |
![]() |
EnableStaticDns | Enables a network interface to use a specific DNS server address. (Inherited from NetworkInterface.) |
![]() |
EnableStaticIP | Enables an application to set and use a static IP address. (Inherited from NetworkInterface.) |
![]() |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ReleaseDhcpLease | Releases the DHCP lease, which releases the IP address bound to a DHCP-enabled network interface. (Inherited from NetworkInterface.) |
![]() |
RenewDhcpLease | Renews a DHCP lease, which renews the IP address on a DHCP-enabled network interface. (Inherited from NetworkInterface.) |
![]() ![]() |
SaveConfiguration | Saves the network's configuration information. |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() ![]() |
ValidateConfiguration | Validates the configuration. |
Top
Fields
| Name | Description | |
|---|---|---|
![]() |
Authentication | Specifies the type of authentication used on the wireless network. |
![]() |
Encryption | Specifies the type of encryption used on the wireless network. |
![]() |
Id | Contains the ID of the wireless network. |
![]() ![]() |
MaxPassPhraseLength | Contains the maximum pass phrase length. The value is set to 64. |
![]() |
NetworkKey | Contains the network key. |
![]() ![]() |
NetworkKeyLength | Contains the network key length. The value is set to 256. |
![]() |
PassPhrase | Contains the network passphrase. |
![]() |
Radio | Specifies the type of radio used by the wireless network adapter. |
![]() |
ReKeyInternal | Contains the key used when rekeying the network. |
![]() ![]() |
ReKeyInternalLength | Contains the ReKey internal length. The value is set to 32. |
![]() |
Ssid | Contains the network's SSID. |
![]() ![]() |
SsidLength | Contains the Ssid length. The value is set to 32. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)
.gif)
.gif)