WifiConfiguration.GroupCipher.Wep40 Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
WEP40 = WEP (Wired Equivalent Privacy) with 40-bit key (original 802.
[Android.Runtime.Register("WEP40")]
public const Android.Net.Wifi.GroupCipherType Wep40 = 0;
[<Android.Runtime.Register("WEP40")>]
val mutable Wep40 : Android.Net.Wifi.GroupCipherType
Field Value
Value = 0- Attributes
Remarks
WEP40 = WEP (Wired Equivalent Privacy) with 40-bit key (original 802.11)
This member is deprecated. Due to security and performance limitations, use of WEP networks is discouraged.
Java documentation for android.net.wifi.WifiConfiguration.GroupCipher.WEP40
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.