Searched refs:__convertChannelMask (Results 1 – 2 of 2) sorted by relevance
773 def __convertChannelMask(self, channelsArray): member in OpenThreadTHCI2392 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))
600 def __convertChannelMask(self, channelsArray): member in OpenThread_WpanCtl2361 … self.__convertLongToHex(self.__convertChannelMask(listChannelMask)))