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:
Abtin Keshavarzian
2016-11-14 09:01:26 +08:00
committed by Jonathan Hui
parent ca04d4e489
commit 2bc79217d2
18 changed files with 1072 additions and 10 deletions
+1
View File
@@ -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 \