Home
last modified time | relevance | path

Searched defs:SetKeySequence (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openthread/src/core/thread/
H A Dneighbor.hpp404 void SetKeySequence(uint32_t aKeySequence) { mKeySequence = aKeySequence; } in SetKeySequence() function in ot::Neighbor
/aosp_15_r20/external/openthread/src/core/common/
H A Dsettings.hpp217 …void SetKeySequence(uint32_t aKeySequence) { mKeySequence = LittleEndian::HostSwap32(aKeySequence)… in SetKeySequence() function in ot::SettingsBase::NetworkInfo