zephyr/modules/openthread/platform
Damian Krolik 42d928ee93 drivers: ieee802154: fix configuring CSL IE in ACK
The code was assigning a pointer to a scoped buffer to
an object outside that scope. This would cause the driver
would receive garbage instead of a well-formatted IE and
would likely reject the IE. This in turn caused CSL IE
not being included in enhanced ACKs (verified with
wireshark).

Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
2024-04-03 13:57:50 +03:00
..
CMakeLists.txt net: openthread: Add openthread TCAT implementation. 2023-12-08 10:21:56 +00:00
alarm.c
ble.c net: openthread: Add openthread TCAT implementation. 2023-12-08 10:21:56 +00:00
crypto_psa.c net: openthread: Add PSA implementation for PBDKF2 genkey 2024-01-26 11:03:42 +01:00
diag.c
entropy.c
logging.c modules: openthread: platform: logging: catch up on log2_generic rename 2024-02-15 10:02:40 +01:00
memory.c
misc.c net: openthread: Print the actual assert location 2024-01-15 09:58:48 +01:00
openthread-core-zephyr-config.h net: openthread: add missing cmake option 2024-01-08 10:09:13 +01:00
platform-zephyr.h
platform.c
radio.c drivers: ieee802154: fix configuring CSL IE in ACK 2024-04-03 13:57:50 +03:00
settings.c
shell.c
spi.c
uart.c