OpenNETCF Smart Device Framework 2.2
Define WEP authentication state for the adapter.
Namespace:
OpenNETCF.Net.NetworkInformationAssembly: OpenNETCF.Net (in OpenNETCF.Net)
Version: 2.2.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 |
Members
| Member name | Description | |
|---|---|---|
| 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
|