Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac.hpp728 Error SetWakeupChannel(uint8_t aChannel);
Dmac.cpp2566 Error Mac::SetWakeupChannel(uint8_t aChannel) in SetWakeupChannel() function in ot::Mac::Mac
/openthread-latest/src/core/api/
Dlink_api.cpp95 SuccessOrExit(error = instance.Get<Mac::Mac>().SetWakeupChannel(aChannel)); in otLinkSetWakeupChannel()
/openthread-latest/src/core/meshcop/
Ddataset_manager.cpp199 error = Get<Mac::Mac>().SetWakeupChannel(channel); in ApplyConfiguration()