Searched refs:all_channels_mask (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/tests/toranj/ncp/ |
D | test-600-channel-manager-properties.py | 80 all_channels_mask = int('0x7fff800', 0) variable 84 node.set(wpan.WPAN_CHANNEL_MANAGER_SUPPORTED_CHANNEL_MASK, str(all_channels_mask)) 85 verify(int(node.get(wpan.WPAN_CHANNEL_MANAGER_SUPPORTED_CHANNEL_MASK), 0) == all_channels_mask) 93 node.set(wpan.WPAN_CHANNEL_MANAGER_FAVORED_CHANNEL_MASK, str(all_channels_mask)) 94 verify(int(node.get(wpan.WPAN_CHANNEL_MANAGER_FAVORED_CHANNEL_MASK), 0) == all_channels_mask) 113 verify(int(node.get(wpan.WPAN_CHANNEL_MANAGER_FAVORED_CHANNEL_MASK), 0) == all_channels_mask)
|
D | test-602-channel-manager-channel-select.py | 77 all_channels_mask = int('0x7fff800', 0) variable 82 node.set(wpan.WPAN_CHANNEL_MANAGER_SUPPORTED_CHANNEL_MASK, str(all_channels_mask)) 83 verify(int(node.get(wpan.WPAN_CHANNEL_MANAGER_SUPPORTED_CHANNEL_MASK), 0) == all_channels_mask) 158 node.set(wpan.WPAN_CHANNEL_MANAGER_FAVORED_CHANNEL_MASK, str(all_channels_mask))
|
/openthread-latest/tests/toranj/cli/ |
D | test-602-channel-manager-channel-select.py | 75 all_channels_mask = int('0x7fff800', 0) variable 80 node.cli('channel manager supported', all_channels_mask) 167 node.cli('channel manager favored', all_channels_mask)
|
/openthread-latest/tests/scripts/thread-cert/ |
D | addon_test_channel_manager_autocsl.py | 92 all_channels_mask = int('0x7fff800', 0) 95 self.nodes[SSED].set_channel_manager_supported(all_channels_mask)
|