zephyr/modules/openthread
Robert Lubos f3bdac91b2 net: ieee802154: Remove IEEE802154_2015 option usage
The IEEE802154_2015 option is misleading, as it does not introduce full
802.15.4-2015 standard compliance but only random bits, plus it's
defined at the radio driver level, which brings yet another confusion.
Because of that, the option will be deprecated, and respective parts of
code that made use of it converted to use more specific configurations:

* nRF driver will now use CONFIG_NRF_802154_ENCRYPTION to specify
  whether to compile in TX security
* net_pkt will only add extra 802.15.4 control block fields if
  OpenThread is used, as they were solely used by this L2
* OpenThread radio layer will now use the OpenThread version to
  determine whether to compile in TX security.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2023-06-01 04:53:02 -04:00
..
platform net: ieee802154: Remove IEEE802154_2015 option usage 2023-06-01 04:53:02 -04:00
CMakeLists.txt net: openthread: Remove not needed OPENTHREAD_EXCLUDE_TCPLP_LIB 2023-05-11 12:10:25 +02:00
Kconfig
Kconfig.features net: openthread: Fix OPENTHREAD_FTD dependency. 2023-05-30 10:15:08 +02:00
Kconfig.thread manifest: openthread upmerge to d9abe30 2023-05-18 15:52:13 +02:00