Home
last modified time | relevance | path

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

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