ScanResult.IsSecureHeLtfSupported 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 supports secure HE-LTF for ranging measurement.
public virtual bool IsSecureHeLtfSupported { [Android.Runtime.Register("isSecureHeLtfSupported", "()Z", "GetIsSecureHeLtfSupportedHandler", ApiSince=36)] get; }
[<get: Android.Runtime.Register("isSecureHeLtfSupported", "()Z", "GetIsSecureHeLtfSupportedHandler", ApiSince=36)>]
member this.IsSecureHeLtfSupported : bool
Property Value
- Attributes
Remarks
Returns whether the AP supports secure HE-LTF for ranging measurement.
Secure HE-LTF (High Efficiency Long Training Field), is a security enhancement for the HE PHY (High Efficiency Physical Layer) that aims to protect ranging measurements by using randomized HE-LTF sequences. This prevents attackers from exploiting predictable HE-LTF patterns. IEEE 802.11az adds secure HE-LTF support in Extended RSN capabilities.
Java documentation for android.net.wifi.ScanResult.isSecureHeLtfSupported()
.
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.