Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dradio_selector.cpp65 if (GetSupportedRadioTypes().Contains(Mac::kRadioTypeIeee802154)) in PopulateMultiRadioInfo()
73 if (GetSupportedRadioTypes().Contains(Mac::kRadioTypeTrel)) in PopulateMultiRadioInfo()
112 if (aNeighbor.GetSupportedRadioTypes().Contains(aRadioType)) in UpdateOnReceive()
151 if (neighbor->GetSupportedRadioTypes().Contains(radioType)) in UpdateOnSendDone()
178 if (aNeighbor.GetSupportedRadioTypes().Contains(Mac::kRadioTypeTrel)) in UpdateOnDeferredAck()
196 … if ((radio != Mac::kRadioTypeTrel) && aNeighbor.GetSupportedRadioTypes().Contains(radio) && in UpdateOnDeferredAck()
278 if ((neighbor == nullptr) || neighbor->GetSupportedRadioTypes().IsEmpty()) in SelectRadio()
290 selectedRadio = Select(neighbor->GetSupportedRadioTypes(), *neighbor); in SelectRadio()
311 …if (!selections.Contains(Mac::kRadioTypeTrel) && neighbor->GetSupportedRadioTypes().Contains(Mac::… in SelectRadio()
342 if (aParent.GetSupportedRadioTypes().Contains(radio)) in SelectPollFrameRadio()
[all …]
Dradio_selector.hpp86 Mac::RadioTypes GetSupportedRadioTypes(void) const { return mSupportedRadioTypes; } in GetSupportedRadioTypes() function in ot::RadioSelector::NeighborInfo