mirror of
https://github.com/espressif/openthread.git
synced 2026-06-06 05:24:51 +00:00
7f901cf9c7
This commit adds a new feature/class namely `AnnounceSender` which enables periodic transmission of MLE Announce messages on all channels. The feature can be enabled using the config option `OPENTHREAD_CONFIG_ENABLE_ANNOUNCE_SENDER` (disabled by default). This commit also adds some new helper methods in `Mac::ChannelMask` to get number of channels in a given mask, and operator overloads to compare two masks.