mirror of
https://github.com/espressif/openthread.git
synced 2026-08-21 18:09:52 +00:00
[mle] remove secure data request mode bit (#5560)
- Always set to 1 on transmission. - Always ignore on reception.
This commit is contained in:
@@ -58,7 +58,7 @@ DEFAULT_PARAMS = {
|
||||
'is_bbr': False,
|
||||
'is_otbr': False,
|
||||
'is_host': False,
|
||||
'mode': 'rsdn',
|
||||
'mode': 'rdn',
|
||||
'panid': 0xface,
|
||||
'allowlist': None,
|
||||
'version': ENV_THREAD_VERSION,
|
||||
|
||||
Reference in New Issue
Block a user