Home
last modified time | relevance | path

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

/openthread-2.7.6/tools/harness-thci/
DOpenThread.py1775 def setNetworkIDTimeout(self, iNwkIDTimeOut): argument
1786 print(iNwkIDTimeOut)
1787 iNwkIDTimeOut /= 1000
1789 cmd = 'networkidtimeout %s' % str(iNwkIDTimeOut)
DOpenThread_WpanCtl.py1674 def setNetworkIDTimeout(self, iNwkIDTimeOut): argument