Home
last modified time | relevance | path

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

/openthread-3.6.0/tools/harness-thci/
DOpenThread_WpanCtl.py1687 def setKeepAliveTimeOut(self, iTimeOut): argument
1699 print(iTimeOut)
1701 cmd = self.wpan_cmd_prefix + 'setprop NCP:SleepyPollInterval %s' % str(iTimeOut * 1000)
DOpenThread.py1747 def setKeepAliveTimeOut(self, iTimeOut): argument
1757 cmd = 'childtimeout %d' % iTimeOut