zephyr/samples/net
Tim Pambor f682a173d8 net: socket: mgmt: Fix function signature
Update the trigger_events function signature to match the expected
k_thread_entry_t type:
typedef void (*k_thread_entry_t)(void *p1, void *p2, void *p3);

Signed-off-by: Tim Pambor <tim.pambor@codewrights.de>
2025-07-04 14:21:23 -10:00
..
capture net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
cellular_modem modem_cellular: Add support for the simcom a76xx modem 2025-05-28 16:37:53 +02:00
cloud samples: add CONFIG_LOG_TIMESTAMP_USE_REALTIME 2025-06-26 11:03:22 -05:00
common net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
dhcpv4_client net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
dns_resolve net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
dsa net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
gptp
ipv4_autoconf net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
lldp
lwm2m_client samples: net: remove POSIX_TIMERS and XSI_SINGLE_PROCESS 2025-06-24 14:18:52 +02:00
mdns_responder
mqtt_publisher samples: net: update mqtt publisher 2025-06-11 16:18:51 -07:00
mqtt_sn_publisher net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
openthread samples: ot: shell: update the sample configuration 2025-06-26 11:12:34 +02:00
pkt_filter samples: net: pkt_filter: Add Ethernet support to prj.conf 2025-04-17 21:18:26 +02:00
prometheus samples: net: http_server: concurrent connections 2025-04-09 17:32:50 +02:00
promiscuous_mode
ptp
secure_mqtt_sensor_actuator samples: net: Fix MAC address logging to include correct third byte 2025-06-24 15:40:44 -05:00
sockets net: socket: mgmt: Fix function signature 2025-07-04 14:21:23 -10:00
stats net: stats: Make byte counters 64-bit 2025-06-12 09:36:38 -07:00
syslog_net kconfig: fix typo in (arch, boards, kernel, modules, samples, share) 2025-07-01 10:58:54 -10:00
telnet
tftp_client
virtual
vlan
wifi boards: adafruit: add initial support esp32s3_feather_tft_reverse 2025-06-26 10:44:53 -10:00
wpan_serial
zperf samples: net: zperf: Disable L2 ethernet 2025-06-23 12:47:56 -07:00
net.rst