[mac] multipurpose wake-up frame support (#10728)

1. Add OT_WAKEUP_COORDINATOR and OT_WAKEUP_END_DEVICE build
   options.
2. Add support for parsing and constructing 802.15.4
   Multipurpose frames.
3. Add support for parsing and constructing wake-up
   frames.
This commit is contained in:
Damian Królik
2024-09-23 09:02:15 -07:00
committed by GitHub
parent b605bb993e
commit bc50521cfa
11 changed files with 887 additions and 148 deletions
+2
View File
@@ -131,6 +131,8 @@ build_simulation()
options+=("-DOT_LINK_METRICS_INITIATOR=ON")
options+=("-DOT_LINK_METRICS_SUBJECT=ON")
options+=("-DOT_LINK_METRICS_MANAGER=ON")
options+=("-DOT_WAKEUP_COORDINATOR=ON")
options+=("-DOT_WAKEUP_END_DEVICE=ON")
fi
if [[ ${OT_NODE_TYPE} == cli* ]]; then