WifiConfiguration.AllowedGroupCiphers 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.
The set of group ciphers supported by this configuration.
[Android.Runtime.Register("allowedGroupCiphers")]
public Java.Util.BitSet? AllowedGroupCiphers { get; set; }
[<Android.Runtime.Register("allowedGroupCiphers")>]
member this.AllowedGroupCiphers : Java.Util.BitSet with get, set
Property Value
- Attributes
Remarks
The set of group ciphers supported by this configuration. See GroupCipher
for descriptions of the values. Defaults to CCMP TKIP WEP104 WEP40.
Java documentation for android.net.wifi.WifiConfiguration.allowedGroupCiphers
.
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.