WifiConfiguration.WepKeys Property
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.
Four WEP keys.
[Android.Runtime.Register("wepKeys")]
public System.Collections.Generic.IList<string>? WepKeys { get; set; }
[<Android.Runtime.Register("wepKeys")>]
member this.WepKeys : System.Collections.Generic.IList<string> with get, set
Property Value
- Attributes
Remarks
Four WEP keys. For each of the four values, provide either an ASCII string enclosed in double quotation marks (e.g., "abcdef"
) or a string of hex digits (e.g., 0102030405
).
When the value of one of these keys is read, the actual key is not returned, just a "*" if the key has a value, or the null string otherwise.
This member is deprecated. Due to security and performance limitations, use of WEP networks is discouraged.
Java documentation for android.net.wifi.WifiConfiguration.wepKeys
.
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.