Home
last modified time | relevance | path

Searched refs:command_type (Results 1 – 2 of 2) sorted by relevance

/openthread-3.6.0/tests/scripts/thread-cert/
Dmessage.py193 def assertMleMessageIsType(self, command_type): argument
197 assert self.mle.command.type == command_type
354 self._mac_header.command_type == mac802154.MacHeader.CommandIdentifier.DATA_REQUEST
408 def last_mle_message(self, command_type, assert_enabled=True): argument
428 if m.mle.command.type == command_type:
433 … assert (message is not None), "Could not find MleMessage with type: {}".format(command_type)
437 def next_mle_message(self, command_type, assert_enabled=True, sent_to_node=None): argument
438 message = self.next_mle_message_of_one_of_command_types(command_type)
441 … assert (message is not None), "Could not find MleMessage of the type: {}".format(command_type)
459 for command_type in command_types:
[all …]
Dmac802154.py125 command_type=None, argument
141 self.command_type = command_type
356 command_type = self.payload.data[0]
358 command_type = None
371 command_type,