Home
last modified time | relevance | path

Searched refs:RttType (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiRttManagerTest.py35 RttType = WifiEnums.RttType variable
69 RttParam.request_type: RttType.TYPE_TWO_SIDED,
400 p[RttParam.request_type] = RttType.TYPE_TWO_SIDED
402 p[RttParam.request_type] = RttType.TYPE_ONE_SIDED
506 p[RttParam.request_type] = RttType.TYPE_TWO_SIDED
525 p[RttParam.request_type] = RttType.TYPE_TWO_SIDED
/tools/test/connectivity/acts_tests/tests/google/wifi/rtt/functional/
DRangeApSupporting11McTest.py299 RttType = WifiEnums.RttType
326 p[RttParam.request_type] = RttType.TYPE_TWO_SIDED
328 p[RttParam.request_type] = RttType.TYPE_ONE_SIDED
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dwifi_test_utils.py195 class RttType(IntEnum): class in WifiEnums