namespace MicrosoftZuneLibrary
{
public enum WirelessCiphers
None = 0,
AES = 4,
TKIP = 2,
WEP104 = 5,
WEP40 = 1,
WEP = 257
}