Home
last modified time | relevance | path

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

/external/openthread/src/core/mac/
Dmac_links.cpp178 RadioType radioType = aFrame.GetRadioType(); in GetCurrentMacKey() local
183 if (radioType == kRadioTypeIeee802154) in GetCurrentMacKey()
192 if (radioType == kRadioTypeTrel) in GetCurrentMacKey()
212 RadioType radioType = aFrame.GetRadioType(); in GetTemporaryMacKey() local
217 if (radioType == kRadioTypeIeee802154) in GetTemporaryMacKey()
237 if (radioType == kRadioTypeTrel) in GetTemporaryMacKey()
254 RadioType radioType = aFrame.GetRadioType(); in SetMacFrameCounter() local
259 if (radioType == kRadioTypeTrel) in SetMacFrameCounter()
Dmac_frame.cpp1137 uint8_t radioType = mRadioType; in CopyFrom() local
1149 mRadioType = radioType; in CopyFrom()
/external/openthread/src/core/thread/
Dradio_selector.cpp135 Mac::RadioType radioType = aFrame.GetRadioType(); in UpdateOnSendDone() local
140 if (radioType == Mac::kRadioTypeTrel) in UpdateOnSendDone()
155 if (neighbor->GetSupportedRadioTypes().Contains(radioType)) in UpdateOnSendDone()
158 …*neighbor, radioType, (aTxError == kErrorNone) ? kPreferenceChangeOnTxSuccess : kPreferenceChangeO… in UpdateOnSendDone()
160 …Log(logLevel, (aTxError == kErrorNone) ? "UpdateOnTxSucc" : "UpdateOnTxErr", radioType, *neighbor); in UpdateOnSendDone()
165 neighbor->AddSupportedRadioType(radioType); in UpdateOnSendDone()
166 neighbor->SetRadioPreference(radioType, kInitPreference); in UpdateOnSendDone()
168 Log(logLevel, "NewRadio(OnTx)", radioType, *neighbor); in UpdateOnSendDone()