ScanResult.IsRangingFrameProtectionRequired 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.
Returns whether the AP requires frame protection for ranging measurement.
public virtual bool IsRangingFrameProtectionRequired { [Android.Runtime.Register("isRangingFrameProtectionRequired", "()Z", "GetIsRangingFrameProtectionRequiredHandler", ApiSince=36)] get; }
[<get: Android.Runtime.Register("isRangingFrameProtectionRequired", "()Z", "GetIsRangingFrameProtectionRequiredHandler", ApiSince=36)>]
member this.IsRangingFrameProtectionRequired : bool
Property Value
- Attributes
Remarks
Returns whether the AP requires frame protection for ranging measurement.
Ranging frame protection in IEEE 802.11az, also known as URNM-MFPR (Unassociated Range Negotiation and Measurement Management Frame Protection Required), is a security policy that dictates whether ranging frames are required to be protected even without a formal association between the Initiating STA (ISTA) and Responding STA (RSTA)
Java documentation for android.net.wifi.ScanResult.isRangingFrameProtectionRequired()
.
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.