Home
last modified time | relevance | path

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

/openthread-latest/tools/harness-thci/
DOpenThread.py773 def __convertChannelMask(self, channelsArray): member in OpenThreadTHCI
2392 channelMask = '0x' + self.__convertLongToHex(self.__convertChannelMask(listChannelMask))
2414 channelMask = '0x' + self.__convertLongToHex(self.__convertChannelMask(listChannelMask))
2430 channelMask = '0x' + self.__convertLongToHex(self.__convertChannelMask(listChannelMask))
2523 cmd += '0x' + self.__convertLongToHex(self.__convertChannelMask(listChannelMask))
DOpenThread_WpanCtl.py600 def __convertChannelMask(self, channelsArray): member in OpenThread_WpanCtl
2361 … self.__convertLongToHex(self.__convertChannelMask(listChannelMask)))