Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dradio_selector.hpp158 Mac::RadioType SelectPollFrameRadio(const Neighbor &aParent);
Dradio_selector.cpp325 Mac::RadioType RadioSelector::SelectPollFrameRadio(const Neighbor &aParent) in SelectPollFrameRadio() function in ot::RadioSelector
/openthread-latest/src/core/mac/
Ddata_poll_sender.cpp149 aRadioType = Get<RadioSelector>().SelectPollFrameRadio(parent); in GetPollDestinationAddress()