Home
last modified time | relevance | path

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

/openthread-latest/tests/toranj/ncp/
Dtest-030-slaac-address-ncp.py150 verify(node.get(wpan.WPAN_OT_SLAAC_ENABLED) == 'true')
303 node.set(wpan.WPAN_OT_SLAAC_ENABLED, 'false')
308 node.set(wpan.WPAN_OT_SLAAC_ENABLED, 'true')
320 node.set(wpan.WPAN_OT_SLAAC_ENABLED, 'false')
327 node.set(wpan.WPAN_OT_SLAAC_ENABLED, 'true')
Dtest-026-slaac-address-wpantund.py142 node.set(wpan.WPAN_OT_SLAAC_ENABLED, 'false')
143 verify(node.get(wpan.WPAN_OT_SLAAC_ENABLED) == 'false')
Dwpan.py117 WPAN_OT_SLAAC_ENABLED = "OpenThread:SLAAC:Enabled" variable