Share via


PasnConfig.AkmFtPskSha256 Field

Definition

Caution

This constant will be removed in the future version. Use Android.Net.Wifi.Rtt.PasnConfigAkm enum directly instead of this field.

Fast BSS Transition (FT) with Pre-Shared Key (PSK) and SHA-256.

[Android.Runtime.Register("AKM_FT_PSK_SHA256", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.Rtt.PasnConfigAkm enum directly instead of this field.", true)]
public const Android.Net.Wifi.Rtt.PasnConfigAkm AkmFtPskSha256 = 8;
[<Android.Runtime.Register("AKM_FT_PSK_SHA256", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Wifi.Rtt.PasnConfigAkm enum directly instead of this field.", true)>]
val mutable AkmFtPskSha256 : Android.Net.Wifi.Rtt.PasnConfigAkm

Field Value

Value = 8

Implements

Attributes

Remarks

Fast BSS Transition (FT) with Pre-Shared Key (PSK) and SHA-256.

Java documentation for android.net.wifi.rtt.PasnConfig.AKM_FT_PSK_SHA256.

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.

Applies to