Home
last modified time | relevance | path

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

/openthread-latest/tests/toranj/ncp/
Dtest-011-child-table.py74 child_table = wpan.parse_child_table_result(router.get(wpan.WPAN_THREAD_CHILD_TABLE))
Dtest-027-child-mode-change.py49 child_table = wpan.parse_child_table_result(parent.get(wpan.WPAN_THREAD_CHILD_TABLE))
Dwpan.py1289 def parse_child_table_result(child_table_list): function