Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dmessage.hpp600 void SetMleCommand(Mle::Command aMleCommand) { GetMetadata().mMleCommand = aMleCommand; } in SetMleCommand() function in ot::Message
/openthread-latest/src/core/thread/
Dmle.cpp4835 message->SetMleCommand(aCommand); in NewMleMessage()