zephyr/subsys/net/l2
Cla Mattia Galliard 72fcca0304 net: virtual: Fix compiler warnings related to interface name
Fix compiler warning by adjusting the number of chars copied to the
destination. Compiler does not like if the destination size of the
`strncpy`-operation is the same as the number of characters written. Even
though it is not a bug in this case. Only copying size-1 characters fixes
the warning and exhibits the same behavior.

Signed-off-by: Cla Mattia Galliard <cla-mattia.galliard@zuehlke.com>
2025-03-27 21:33:40 +01: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: Rework L2 configuration 2025-03-07 19:59:07 +01:00
ppp net: l2: ppp: Make PPP L2 work with packet sockets 2025-03-18 16:45:53 +01:00
virtual net: virtual: Fix compiler warnings related to interface name 2025-03-27 21:33:40 +01:00
wifi wifi: shell: Allow setting band to 0 in connect 2025-03-26 16:22:01 +01:00
CMakeLists.txt openthread: Rework L2 configuration 2025-03-07 19:59:07 +01:00
Kconfig