Home
last modified time | relevance | path

Searched refs:iKeySwitchGuardTime (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/tools/harness-thci/
DOpenThread_WpanCtl.py661 def __setKeySwitchGuardTime(self, iKeySwitchGuardTime): argument
672 print(iKeySwitchGuardTime)
674 … cmd = self.wpan_cmd_prefix + 'setprop Network:KeySwitchGuardTime %s' % str(iKeySwitchGuardTime)
DOpenThread.py803 def __setKeySwitchGuardTime(self, iKeySwitchGuardTime): argument
813 cmd = 'keysequence guardtime %s' % str(iKeySwitchGuardTime)