mirror of
https://github.com/espressif/openthread.git
synced 2026-08-23 02:39:52 +00:00
Implementation of "signal jamming detection" feature (#966)
This commit contains the following changes: - Introducing `JamDetector` class as the core of signal jamming detection. - Adding new OpenThread APIs related to jamming detection. - Adding support in `NcpBase` for jamming detection spinel properties.
This commit is contained in:
committed by
Jonathan Hui
parent
ca04d4e489
commit
2bc79217d2
@@ -64,6 +64,7 @@ include_HEADERS = \
|
||||
openthread-crypto.h \
|
||||
openthread-diag.h \
|
||||
openthread-ip6.h \
|
||||
openthread-jam-detection.h \
|
||||
openthread-message.h \
|
||||
openthread-tasklet.h \
|
||||
openthread-types.h \
|
||||
|
||||
Reference in New Issue
Block a user