zephyr/subsys/net/l2/ieee802154
Florian Grandel 6b09d0e791 net: l2: ieee802154: apply clang format
This change makes the files which are part of this changeset comply to
the project's coding style rules as defined in .clang-format.

This required addition of some forward declarations and additional
dependencies into header files as some of them depended on the order of
header inclusion which was changed due to alphabetical ordering of
includes.

Background: .clang-format states "SortIncludes:true" which will force
re-ording of include-statements which in turn might break the build if
header file inclusion is not order-independent.

Signed-off-by: Florian Grandel <jerico.dev@gmail.com>
2022-08-04 13:44:06 +02:00
..
CMakeLists.txt net: l2: ieee802154: rename *fragment to *6lo_fragment 2022-08-04 13:44:06 +02:00
ieee802154_6lo_fragment.c net: l2: ieee802154: apply clang format 2022-08-04 13:44:06 +02:00
ieee802154_6lo_fragment.h net: l2: ieee802154: apply clang format 2022-08-04 13:44:06 +02:00
ieee802154_6lo.c net: l2: ieee802154: rename *fragment to *6lo_fragment 2022-08-04 13:44:06 +02:00
ieee802154_6lo.h net: l2: ieee802154: rename *fragment to *6lo_fragment 2022-08-04 13:44:06 +02:00
ieee802154_frame.c net: l2: ieee802154: apply clang format 2022-08-04 13:44:06 +02:00
ieee802154_frame.h net: l2: ieee802154: apply clang format 2022-08-04 13:44:06 +02:00
ieee802154_mgmt_priv.h
ieee802154_mgmt.c net: l2: ieee802154: Improve TODO marker consistency 2022-08-04 13:44:06 +02:00
ieee802154_radio_aloha.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
ieee802154_radio_csma_ca.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
ieee802154_radio_utils.h
ieee802154_security.c net: l2: ieee802154: apply clang format 2022-08-04 13:44:06 +02:00
ieee802154_security.h net: l2: ieee802154: apply clang format 2022-08-04 13:44:06 +02:00
ieee802154_shell.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
ieee802154_utils.h net: l2: ieee802154: Fix removing short src address filter 2022-08-01 18:00:29 +02:00
ieee802154.c net: l2: ieee802154: apply clang format 2022-08-04 13:44:06 +02:00
Kconfig kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.radio