[joiner] support a new EUI-64 at run time (#11200)

The otJoinerStart enables a mechanism for Thread
commissioning. The traditional Thread commissioning process uses
factory assigned EUI-64 of the device to derive the Joiner ID and
identify/filter a joiner (through steering data bloom filter).

But otJoinerStart does not allows users to have a new EUI-64 set
at run time.

On joiner side, when a new EUI-64 value is provided, the
Joiner code uses this new value to derive the Joiner ID and
identify/filter a joiner (through steering data bloom filter).

On commissioner side, users can use this new EUI-64 value.
This commit is contained in:
Xavier RAZAVET
2025-01-28 22:17:03 -08:00
committed by GitHub
parent a8632ace1b
commit d31bcee812
+1
View File
@@ -156,6 +156,7 @@ Error Joiner::Start(const char *aPskd,
}
else
{
SetIdFromIeeeEui64();
SteeringData::CalculateHashBitIndexes(mId, filterIndexes);
}