mirror of
https://github.com/espressif/openthread.git
synced 2026-09-12 12:10:07 +00:00
[key-manager] remove default master key (#5998)
When initializing, we should use randomly generated network parameters instead of default ones, to eliminate the possibility of unintentional use of default credentials.
This commit is contained in:
@@ -175,4 +175,13 @@ proc get_rloc16 {} {
|
||||
return $rval
|
||||
}
|
||||
|
||||
proc setup_default_network {} {
|
||||
send "channel 11\n"
|
||||
expect "Done"
|
||||
send "panid 0xface\n"
|
||||
expect "Done"
|
||||
send "masterkey 00112233445566778899aabbccddeeff\n"
|
||||
expect "Done"
|
||||
}
|
||||
|
||||
set timeout 10
|
||||
|
||||
Reference in New Issue
Block a user