Home
last modified time | relevance | path

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

/openthread-latest/tests/scripts/thread-cert/
Dtest_router_reattach.py213 self.nodes[2].set_router_downgrade_threshold(32)
Dthread_cert.py199 self.nodes[i].set_router_downgrade_threshold(params['router_downgrade_threshold'])
Dnode.py1896 def set_router_downgrade_threshold(self, threshold): member in NodeImpl
/openthread-latest/tools/otci/otci/
Dotci.py647 def set_router_downgrade_threshold(self, threshold: int): member in OTCI