Home
last modified time | relevance | path

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

/openthread-3.6.0/tools/harness-thci/
DOpenThread_WpanCtl.py1739 def incrementKeySequenceCounter(self, iIncrementValue=1): argument
1750 print(iIncrementValue)
1757 keySequence = int(currentKeySeq, 10) + iIncrementValue
DOpenThread.py1788 def incrementKeySequenceCounter(self, iIncrementValue=1): argument
1801 keySequence = int(currentKeySeq, 10) + iIncrementValue