mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
13 lines
144 B
C#
13 lines
144 B
C#
namespace MicrosoftZuneLibrary
|
|
{
|
|
public enum WirelessCiphers
|
|
{
|
|
None = 0,
|
|
AES = 4,
|
|
TKIP = 2,
|
|
WEP104 = 5,
|
|
WEP40 = 1,
|
|
WEP = 257
|
|
}
|
|
}
|