Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dwifi_power_test_utils.py55 def change_dtim(ad, gEnableModulatedDTIM, gMaxLIModulatedDTIM=10): argument
63 ad.log.info('Sets dtim to {}'.format(gEnableModulatedDTIM))
77 change_dtim_adb(ad, gEnableModulatedDTIM)
94 if int(gEDTIM_old) == gEnableModulatedDTIM and int(
100 gE_new = ENABLED_MODULATED_DTIM + str(gEnableModulatedDTIM)
118 def change_dtim_adb(ad, gEnableModulatedDTIM): argument
127 ad.log.info('Changes DTIM to {} with adb'.format(gEnableModulatedDTIM))
142 if int(old_dtim) == gEnableModulatedDTIM:
152 current_dtim = _set_dtim(ad, gEnableModulatedDTIM)
159 def _set_dtim(ad, gEnableModulatedDTIM): argument
[all …]
/tools/test/connectivity/acts_tests/tests/google/power/wifi/
DPowerWiFidtimTest.py51 gEnableModulatedDTIM=int(self.test_configs.dtim),
63 gEnableModulatedDTIM=int(self.test_configs.dtim))
DPowerWiFimulticastTest.py72 gEnableModulatedDTIM=1,
85 wputils.change_dtim_adb(self.dut, gEnableModulatedDTIM=1)