zephyr/subsys/net/l2
Yakun Xu eddb1af9aa openthread: map Thread network interface state
The current mapping gets the network interface into dormant state when
Thread is not attached. While the node is not capable of doing multi-hop
communication when it's not attached, it should be able to do link-local
communication. This commit changes the mapping to look at OpenThread's
own network interface state instead without further checking Thread's
device role, so that link-local communication is supported when a node
in detached state.

Signed-off-by: Yakun Xu <xyk@google.com>
2025-04-04 12:06:59 +02:00
..
canbus net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
dummy net: l2: dummy: Update sent statistics 2025-03-21 14:18:25 +01:00
ethernet net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
ieee802154 net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
offloaded_netdev
openthread openthread: map Thread network interface state 2025-04-04 12:06:59 +02:00
ppp net: l2: ppp: Make PPP L2 work with packet sockets 2025-03-18 16:45:53 +01:00
virtual net: virtual: Clear multicast bit when generating link address 2025-04-01 11:53:02 +02:00
wifi wifi: utils: Fix crash for scan 2025-03-31 14:33:22 +02:00
CMakeLists.txt openthread: Rework L2 configuration 2025-03-07 19:59:07 +01:00
Kconfig