Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac_links.cpp177 RadioType radioType = aFrame.GetRadioType(); in GetCurrentMacKey() local
182 if (radioType == kRadioTypeIeee802154) in GetCurrentMacKey()
191 if (radioType == kRadioTypeTrel) in GetCurrentMacKey()
211 RadioType radioType = aFrame.GetRadioType(); in GetTemporaryMacKey() local
216 if (radioType == kRadioTypeIeee802154) in GetTemporaryMacKey()
236 if (radioType == kRadioTypeTrel) in GetTemporaryMacKey()
253 RadioType radioType = aFrame.GetRadioType(); in SetMacFrameCounter() local
258 if (radioType == kRadioTypeTrel) in SetMacFrameCounter()
Dmac_frame.cpp1303 uint8_t radioType = mRadioType; in CopyFrom() local
1315 mRadioType = radioType; in CopyFrom()
/openthread-latest/src/core/thread/
Dradio_selector.cpp131 Mac::RadioType radioType = aFrame.GetRadioType(); in UpdateOnSendDone() local
136 if (radioType == Mac::kRadioTypeTrel) in UpdateOnSendDone()
151 if (neighbor->GetSupportedRadioTypes().Contains(radioType)) in UpdateOnSendDone()
154 …*neighbor, radioType, (aTxError == kErrorNone) ? kPreferenceChangeOnTxSuccess : kPreferenceChangeO… in UpdateOnSendDone()
156 …Log(logLevel, (aTxError == kErrorNone) ? "UpdateOnTxSucc" : "UpdateOnTxErr", radioType, *neighbor); in UpdateOnSendDone()
161 neighbor->AddSupportedRadioType(radioType); in UpdateOnSendDone()
162 neighbor->SetRadioPreference(radioType, kInitPreference); in UpdateOnSendDone()
164 Log(logLevel, "NewRadio(OnTx)", radioType, *neighbor); in UpdateOnSendDone()