Home
last modified time | relevance | path

Searched refs:isRangingFrameProtectionRequired (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DScanDetail.java67 boolean isRangingFrameProtectionRequired = false; in ScanDetail()
84 isRangingFrameProtectionRequired = networkDetail.isRangingFrameProtectionRequired(); in ScanDetail()
100 .setRangingFrameProtectionRequired(isRangingFrameProtectionRequired) in ScanDetail()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DNetworkDetailTest.java222 assertTrue(networkDetail.isRangingFrameProtectionRequired()); in verifyIeee80211azNtbSecureRangingParameters()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DNetworkDetail.java391 mIsRangingFrameProtectionRequired = rsnxe.isRangingFrameProtectionRequired(); in NetworkDetail()
933 public boolean isRangingFrameProtectionRequired() { in isRangingFrameProtectionRequired() method in NetworkDetail
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DScanResultTest.java449 assertTrue(scanResult.isRangingFrameProtectionRequired()); in testIeee80211azNtbSecureRangingParameters()
/packages/modules/Wifi/framework/java/android/net/wifi/
DScanResult.java846 public boolean isRangingFrameProtectionRequired() { in isRangingFrameProtectionRequired() method in ScanResult
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DInformationElementUtilTest.java2951 assertTrue(rsnxe.isRangingFrameProtectionRequired()); in testRsnExtensionWithIeee80211azSecuritySupported()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java2928 public boolean isRangingFrameProtectionRequired() { in isRangingFrameProtectionRequired() method in InformationElementUtil.Rsnxe
/packages/modules/Wifi/framework/api/
Dcurrent.txt72 …ggedApi("com.android.wifi.flags.secure_ranging") public boolean isRangingFrameProtectionRequired();