zephyr/subsys/net
Pisit Sawangvonganan 5af4e9df2f net: wifi: shell: apply struct option as static const
This change marks the remaining instance of the `struct option` as
`static const`.

The rationale is that `struct option` is a read-only variable.
By using `static const`, we ensure immutability, leading to usage of only
the `.rodata` section and a reduction in the `.data` area.

Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
2024-08-08 20:21:13 -04:00
..
conn_mgr net: lib: fix typo 2024-07-12 09:33:20 -04:00
ip net: ipv6: route: get nexthop's LL address only if relevant 2024-08-08 15:37:32 +02:00
l2 net: wifi: shell: apply struct option as static const 2024-08-08 20:21:13 -04:00
lib net: lwm2m: Allow SenML-CBOR floats decoded as int 2024-08-08 15:37:56 +02:00
pkt_filter
buf_simple.c net: buf: Add const to net_buf API 2024-07-08 16:02:39 +02:00
buf.c net: buf: Add const to net_buf API 2024-07-08 16:02:39 +02:00
CMakeLists.txt
hostname.c net: hostname: Add a function to set the hostname postfix as is. 2024-07-28 07:28:51 +03:00
Kconfig
Kconfig.hostname
Kconfig.template.log_config.default.net
Kconfig.template.log_config.net