Home
last modified time | relevance | path

Searched refs:rangingFrameProtectionSupported (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/hal/
DWifiRttController.java129 public boolean rangingFrameProtectionSupported; field in WifiRttController.Capabilities
183 rangingFrameProtectionSupported = rttHalCapabilities.rangingFrameProtectionSupported; in Capabilities()
DWifiRttControllerAidlImpl.java545 if (!cap.rangingFrameProtectionSupported && !cap.secureHeLtfSupported) { in upgradeTo80211AzNtbSecureRanging()
564 && cap.rangingFrameProtectionSupported; in upgradeTo80211AzNtbSecureRanging()
/packages/modules/Wifi/service/java/com/android/server/wifi/rtt/
DRttServiceImpl.java255 mCapabilities.rangingFrameProtectionSupported); in onCommand()
508 capabilities.rangingFrameProtectionSupported); in covertCapabilitiesToBundle()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hal/
DWifiRttControllerAidlImplTest.java728 cap.rangingFrameProtectionSupported = true; in getFullRttCapabilities()