mirror of
https://github.com/espressif/openthread.git
synced 2026-09-04 08:10:11 +00:00
Set hash mac address's local bit (#733)
This commit is contained in:
@@ -313,6 +313,7 @@ void Mac::GetHashMacAddress(ExtAddress *aHashMacAddress)
|
||||
sha256.Finish(buf);
|
||||
|
||||
memcpy(aHashMacAddress->m8, buf, OT_EXT_ADDRESS_SIZE);
|
||||
aHashMacAddress->SetLocal(true);
|
||||
}
|
||||
|
||||
ShortAddress Mac::GetShortAddress(void) const
|
||||
|
||||
Reference in New Issue
Block a user