Characteristics.IsAwarePairingSupported Property

Definition

Check if the Aware Pairing and all associated security features as defined in Wi-Fi Alliance (WFA) Wi-Fi Aware Specification version 4.

public bool IsAwarePairingSupported { [Android.Runtime.Register("isAwarePairingSupported", "()Z", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("isAwarePairingSupported", "()Z", "", ApiSince=34)>]
member this.IsAwarePairingSupported : bool

Property Value

True if supported, false otherwise.

Attributes

Remarks

Check if the Aware Pairing and all associated security features as defined in Wi-Fi Alliance (WFA) Wi-Fi Aware Specification version 4.0 are supported. This includes: <ol> <li>NAN Pairing (as in Wi-Fi Aware Specification Version 4.0 section 7.6) with NIK caching <li>NDP unicast data frame encryption (as in Wi-Fi Aware Specification Version 4.0 section 7.3.1) <li>Group addressed data frame encryption (as in Wi-Fi Aware Specification Version 4.0 section 7.3.3) <li>Management frame protection (as in Wi-Fi Aware Specification Version 4.0 section 7.3.2 for both unicast and multicast frames) <li>Beacon integrity protection (as in Wi-Fi Aware Specification Version 4.0 section 7.3.4) </ol>

Java documentation for android.net.wifi.aware.Characteristics.isAwarePairingSupported().

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