WifiConfiguration.Protocol.Wpa 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.
WPA/IEEE 802.
[Android.Runtime.Register("WPA")]
public const Android.Net.Wifi.ProtocolType Wpa = 0;
[<Android.Runtime.Register("WPA")>]
val mutable Wpa : Android.Net.Wifi.ProtocolType
Field Value
Value = 0- Attributes
Remarks
WPA/IEEE 802.11i/D3.0
This member is deprecated. Due to security and performance limitations, use of WPA-1 networks is discouraged. WPA-2 (RSN) should be used instead.
Java documentation for android.net.wifi.WifiConfiguration.Protocol.WPA
.
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.