Searched refs:gEnableModulatedDTIM (Results 1 – 3 of 3) sorted by relevance
55 def change_dtim(ad, gEnableModulatedDTIM, gMaxLIModulatedDTIM=10): argument63 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): argument127 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 …]
51 gEnableModulatedDTIM=int(self.test_configs.dtim),63 gEnableModulatedDTIM=int(self.test_configs.dtim))
72 gEnableModulatedDTIM=1,85 wputils.change_dtim_adb(self.dut, gEnableModulatedDTIM=1)