zephyr/modules/openthread/platform
Jędrzej Ciupis 7afeb62e20 drivers: ieee802154: support Key Identifier Mode > 1
IEEE 802.15.4-2020 defines four possible values for Key Identifier Mode
field of the Auxiliary Security Header. The current ieee802154 driver
API only supports two of them: b00 and b01. This commit adds support for
the two remaining Key Identifier Mode values. It's done by replacing a
field that can only hold Key Index into a field that can holds a pointer
to the entire Key Identifier field.

See IEEE 802.15.4-2020, sections 9.4.2.3 and 9.4.4 for further reference.

Signed-off-by: Jędrzej Ciupis <jedrzej.ciupis@nordicsemi.no>
2023-12-13 13:57:24 +01:00
..
alarm.c
ble.c net: openthread: Add openthread TCAT implementation. 2023-12-08 10:21:56 +00:00
CMakeLists.txt net: openthread: Add openthread TCAT implementation. 2023-12-08 10:21:56 +00:00
crypto_psa.c modules: openthread: fix unused variable during otPlatCryptoInit 2023-09-19 15:22:03 +01:00
diag.c modules: openthread: remove code_utils.h include 2023-02-27 11:34:52 +01:00
entropy.c random: Rename random header 2023-10-10 14:23:50 +03:00
logging.c
memory.c
misc.c
openthread-core-zephyr-config.h net: openthread: upmerge to 75694d2 2023-11-27 19:59:04 +01:00
platform-zephyr.h modules: openthread: add otPlatDiagRadioTransmitCarrier 2023-02-24 09:26:01 +01:00
platform.c
radio.c drivers: ieee802154: support Key Identifier Mode > 1 2023-12-13 13:57:24 +01:00
settings.c random: Rename random header 2023-10-10 14:23:50 +03:00
shell.c shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
spi.c
uart.c net: openthread: Remove waiting for DTR in openthread UART. 2023-10-20 14:59:47 +02:00