Searched refs:radioType (Results 1 – 3 of 3) sorted by relevance
177 RadioType radioType = aFrame.GetRadioType(); in GetCurrentMacKey() local182 if (radioType == kRadioTypeIeee802154) in GetCurrentMacKey()191 if (radioType == kRadioTypeTrel) in GetCurrentMacKey()211 RadioType radioType = aFrame.GetRadioType(); in GetTemporaryMacKey() local216 if (radioType == kRadioTypeIeee802154) in GetTemporaryMacKey()236 if (radioType == kRadioTypeTrel) in GetTemporaryMacKey()253 RadioType radioType = aFrame.GetRadioType(); in SetMacFrameCounter() local258 if (radioType == kRadioTypeTrel) in SetMacFrameCounter()
1303 uint8_t radioType = mRadioType; in CopyFrom() local1315 mRadioType = radioType; in CopyFrom()
131 Mac::RadioType radioType = aFrame.GetRadioType(); in UpdateOnSendDone() local136 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()