OpenNETCF Smart Device Framework 2.3
Define WEP authentication state for the adapter.

Namespace:  OpenNETCF.Net.NetworkInformation
Assembly:  OpenNETCF.Net (in OpenNETCF.Net.dll) Version: 2.3.0.0

Syntax

C#
public enum WEPStatus
Visual Basic (Declaration)
Public Enumeration WEPStatus
Visual Basic (Usage)
Dim instance As WEPStatus
Visual C++
public enum class WEPStatus
J#
public enum WEPStatus
JScript
public enum WEPStatus
JavaScript
OpenNETCF.Net.NetworkInformation.WEPStatus = function();
OpenNETCF.Net.NetworkInformation.WEPStatus.createEnum('OpenNETCF.Net.NetworkInformation.WEPStatus', false);

Members

Member nameDescription
WEPEnabled
WEP encryption enabled
WEPDisabled
No WEP encryption
WEPKeyAbsent
WEP, TKIP and AES are disabled. A transmit key is not available.
WEPNotSupported
WEP is not supported
TKIPEnabled
TKIP and WEP are enabled; AES is disabled. A transmit key is available
TKIPKeyAbsent
TKIP and WEP are enabled; AES is disabled. A transmit key is not available
AESEnabled
AES, TKIP, and WEP are enabled, and a transmit key is available.
AESKeyAbsent
AES, TKIP, and WEP are enabled. A transmit keys is not available.
Unknown
Unknown or unresolvable WEP Status

See Also