Home
last modified time | relevance | path

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

/external/openthread/tests/toranj/ncp/
Dtest-003-join.py65 verify(node2.get(wpan.WPAN_PANID) == node1.get(wpan.WPAN_PANID))
75 verify(node2.get(wpan.WPAN_PANID) == node1.get(wpan.WPAN_PANID))
85 verify(node2.get(wpan.WPAN_PANID) == node1.get(wpan.WPAN_PANID))
95 verify(node2.get(wpan.WPAN_PANID) == node1.get(wpan.WPAN_PANID))
Dtest-002-form.py62 verify(node.get(wpan.WPAN_PANID) == DEFAULT_PANID)
71 verify(node.get(wpan.WPAN_PANID) != DEFAULT_PANID)
83 verify(node.get(wpan.WPAN_PANID) != DEFAULT_PANID)
91 node.set(wpan.WPAN_PANID, '0x1977')
100 verify(node.get(wpan.WPAN_PANID) == '0x1977')
124 verify(node.get(wpan.WPAN_PANID) == '0x1977')
Dtest-001-get-set.py63 node.set(wpan.WPAN_PANID, '0xABBA')
64 verify(node.get(wpan.WPAN_PANID) == '0xABBA')
92 wpan.WPAN_PANID,
Dtest-006-traffic-router-end-device.py61 verify(node2.get(wpan.WPAN_PANID) == node1.get(wpan.WPAN_PANID))
Dtest-007-traffic-router-sleepy.py61 verify(node2.get(wpan.WPAN_PANID) == node1.get(wpan.WPAN_PANID))
Dtest-009-insecure-traffic-join.py69 verify(node2.get(wpan.WPAN_PANID) == node1.get(wpan.WPAN_PANID))
Dwpan.py46 WPAN_PANID = 'Network:PANID' variable
552 panid=node.get(WPAN_PANID),
570 panid = self.get(WPAN_PANID)
/external/openthread/tests/toranj/
DREADME_NCP.md151 - Network/NCP properties: WPAN_STATE, WPAN_NAME, WPAN_PANID, WPAN_XPANID, WPAN_KEY, WPAN_CHANNEL, W…