Searched refs:networkInfo (Results 1 – 1 of 1) sorted by relevance
368 Settings::NetworkInfo networkInfo; in Restore() local378 SuccessOrExit(Get<Settings>().Read(networkInfo)); in Restore()380 Get<KeyManager>().SetCurrentKeySequence(networkInfo.GetKeySequence(), in Restore()382 Get<KeyManager>().SetMleFrameCounter(networkInfo.GetMleFrameCounter()); in Restore()383 …Get<KeyManager>().SetAllMacFrameCounters(networkInfo.GetMacFrameCounter(), /* aSetIfLarger */ fals… in Restore()386 mDeviceMode.Set(networkInfo.GetDeviceMode() & ~DeviceMode::kModeFullThreadDevice); in Restore()388 mDeviceMode.Set(networkInfo.GetDeviceMode()); in Restore()392 VerifyOrExit(networkInfo.GetVersion() == kThreadVersion); in Restore()394 mLastSavedRole = static_cast<DeviceRole>(networkInfo.GetRole()); in Restore()408 if (IsChildRloc16(networkInfo.GetRloc16())) in Restore()[all …]