Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/tools/otci/otci/
H A Dotci.py438 return self.__parse_network_key(self.execute_command(self.__detect_networkkey_cmd()))
443 cmd = self.__detect_networkkey_cmd()
1857 nwk_cmd = self.__detect_networkkey_cmd()
1931 def __detect_networkkey_cmd(self) -> str: member in OTCI