Searched refs:_cli_no_output (Results 1 – 1 of 1) sorted by relevance
/openthread-latest/tests/toranj/cli/ |
D | cli.py | 194 def _cli_no_output(self, cmd, *args): member in Node 224 self._cli_no_output('channel', channel) 235 self._cli_no_output('csl period', period) 241 self._cli_no_output('extaddr', ext_addr) 247 self._cli_no_output('extpanid', ext_panid) 253 self._cli_no_output('mode', mode) 259 self._cli_no_output('networkkey', networkkey) 265 self._cli_no_output('networkname', network_name) 271 self._cli_no_output('panid', panid) 277 self._cli_no_output('routerupgradethreshold', threshold) [all …]
|