Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Ddataset_manager_ftd.cpp290 channelValue.SetChannelAndPage(Get<Mac::Mac>().GetWakeupChannel()); in GenerateLocal()
/openthread-latest/src/core/mac/
Dmac.hpp717 uint8_t GetWakeupChannel(void) const { return mWakeupChannel; } in GetWakeupChannel() function in ot::Mac::Mac
/openthread-latest/src/core/api/
Dlink_api.cpp85 return AsCoreType(aInstance).Get<Mac::Mac>().GetWakeupChannel(); in otLinkGetWakeupChannel()