zephyr/subsys/net/lib/mqtt
Andreas Huber 075d5d3009 net: mqtt: Fix missing close function
If POSIX_API is not configured the close function is not available.
Use zsock_close instead.

Signed-off-by: Andreas Huber <andreas.huber@ch.sauter-bc.com>
2024-10-31 09:22:44 -05:00
..
CMakeLists.txt
Kconfig
mqtt.c
mqtt_decoder.c
mqtt_encoder.c
mqtt_internal.h
mqtt_os.h
mqtt_rx.c
mqtt_transport.c
mqtt_transport.h
mqtt_transport_socket_tcp.c
mqtt_transport_socket_tls.c
mqtt_transport_websocket.c