Commit f4260df 1 parent 652f786 commit f4260df Copy full SHA for f4260df
File tree 1 file changed +2
-0
lines changed
examples/camera-controller/commands/common
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ constexpr char kCDTrustStorePathVariable[] = "CAMERACONTROLLER_CD_TRUST_STO
50
50
51
51
const chip::Credentials::AttestationTrustStore * CHIPCommand::sTrustStore = nullptr ;
52
52
chip::Credentials::GroupDataProviderImpl CHIPCommand::sGroupDataProvider { kMaxGroupsPerFabric , kMaxGroupKeysPerFabric };
53
+ chip::Crypto::RawKeySessionKeystore CHIPCommand::sSessionKeystore ;
53
54
54
55
namespace {
55
56
@@ -109,6 +110,7 @@ CHIP_ERROR CHIPCommand::MaybeSetUpStack()
109
110
factoryInitParams.operationalKeystore = &mOperationalKeystore ;
110
111
factoryInitParams.opCertStore = &mOpCertStore ;
111
112
factoryInitParams.enableServerInteractions = NeedsOperationalAdvertising ();
113
+ factoryInitParams.sessionKeystore = &sSessionKeystore ;
112
114
factoryInitParams.dataModelProvider = chip::app::CodegenDataModelProviderInstance (&mDefaultStorage );
113
115
114
116
// Init group data provider that will be used for all group keys and IPKs for the
You can’t perform that action at this time.
0 commit comments