zephyr/subsys/net/l2
Nick Ward 583545b662 net: openthread: Add state change callback list
Add a new callback list structure for state change information.

These APIs are meant to eventually replace the single callback API
provided by openthread_set_state_changed_cb().

This will allow multiple users to gain information about
OpenThread stage changes.

Note CONFIG_OPENTHREAD_MAX_STATECHANGE_HANDLERS
with OpenThread's otSetStateChangedCallback() API can also be
used to enable registration of multiple callbacks of this type but this
cannot be modified if a certified OpenThread binary is used in the
build.

Signed-off-by: Nick Ward <nick.ward@ftpsolutions.com.au>
2023-01-10 13:29:15 +01:00
..
bluetooth net: l2: bluetooth: Remove invalid check 2022-12-19 18:18:03 +01:00
canbus drivers: net: canbus: move CAN bus network driver to drivers/net 2022-07-13 10:34:51 +02:00
dummy subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
ethernet net: ip: net_context: AF_PACKET/SOCK_RAW/IPPROTO_RAW: set pkt family 2023-01-09 19:21:18 +01:00
ieee802154 net: l2: ieee802154: Add missing scan callback registration 2023-01-02 10:54:46 +01:00
openthread net: openthread: Add state change callback list 2023-01-10 13:29:15 +01:00
ppp all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
virtual net: virtual: Align virtual L2 with iface status upgrade 2022-10-20 10:00:31 +02:00
wifi net: wifi_mgmt: Add support for power save configuration 2023-01-10 09:52:11 +01:00
CMakeLists.txt net: remove unmaintained 6LoCAN implementation 2022-03-09 18:07:31 +01:00
Kconfig net: l2: ieee802154: improve inline comments 2022-08-04 13:44:06 +02:00