[mle] remove secure data request mode bit (#5560)

- Always set to 1 on transmission.
- Always ignore on reception.
This commit is contained in:
Jonathan Hui
2020-09-29 15:30:37 -07:00
committed by GitHub
parent 1f834a56c5
commit dc9b032dad
151 changed files with 732 additions and 785 deletions
+1 -1
View File
@@ -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,