Home
last modified time | relevance | path

Searched refs:sta_frequency (Results 1 – 5 of 5) sorted by relevance

/platform_testing/tests/bettertogether/betocq/
Dd2d_performance_test_base.py128 sta_frequency = int(
137 if sta_frequency == nc_constants.INVALID_INT:
138 sta_frequency = setup_utils.get_wifi_sta_frequency(self.advertiser)
142 return (sta_frequency, sta_max_link_speed_mbps)
145 self, sta_frequency: int, sta_max_link_speed_mbps: int
184 sta_frequency > 5000
403 (sta_frequency, max_link_speed_mbps) = (
406 self._current_test_result.sta_frequency = sta_frequency
409 sta_frequency == nc_constants.INVALID_INT
420 sta_frequency, max_link_speed_mbps
[all …]
Dnc_constants.py434 sta_frequency: int = INVALID_INT variable in SingleTestResult
/platform_testing/tests/bettertogether/betocq/directed_tests/
Dbt_performance_test.py69 self, sta_frequency: int, sta_max_link_speed_mbps: int
Dble_performance_test.py70 self, sta_frequency: int, sta_max_link_speed_mbps: int
/platform_testing/tests/bettertogether/betocq/compound_tests/
Dbt_2g_wifi_coex_test.py86 self, sta_frequency: int, sta_max_link_speed_mbps: int