Home
last modified time | relevance | path

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

/external/openthread/tests/scripts/thread-cert/
Dcommand.py137 tlv_request_tlv = command_msg.get_mle_message_tlv(mle.TlvRequest)
140 assert (tlv_request_tlv is not None), "Error: The msg doesn't contain TLV Request TLV"
143 …for tlv in tlv_request_tlv.tlvs), "Error: The msg doesn't contain TLV Request TLV ID: {}".format(t…
146 if tlv_request_tlv is not None:
147 assert (any(tlv_id == tlv for tlv in tlv_request_tlv.tlvs) is
151 if tlv_request_tlv is not None:
152 if any(tlv_id == tlv for tlv in tlv_request_tlv.tlvs):
397 tlv_request_tlv=CheckType.OPTIONAL, argument
408 check_mle_optional_tlv(command_msg, tlv_request_tlv, mle.TlvRequest)