zephyr/subsys/net/lib/mqtt
Robert Lubos 35af68b840 net: mqtt: Allow to bind client to a specific interface
Add a new "if_name" pointer to the transport configuration structure,
allowing the application to bind MQTT client to a specific network
interface.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2025-06-11 16:18:31 -07:00
..
CMakeLists.txt
Kconfig net: mqtt: Add MQTT 5.0 support for PUBLISH 2025-03-26 16:19:42 +01:00
mqtt_decoder.c net: mqtt: Improve disconnect error notification for MQTT 5.0 2025-03-26 16:19:42 +01:00
mqtt_encoder.c net: mqtt: Add support for MQTT 5.0 AUTH packet 2025-03-26 16:19:42 +01:00
mqtt_internal.h net: mqtt: Improve disconnect error notification for MQTT 5.0 2025-03-26 16:19:42 +01:00
mqtt_os.h
mqtt_rx.c net: mqtt: Add support for MQTT 5.0 AUTH packet 2025-03-26 16:19:42 +01:00
mqtt_transport_socket_tcp.c net: mqtt: Allow to bind client to a specific interface 2025-06-11 16:18:31 -07:00
mqtt_transport_socket_tls.c net: mqtt: Allow to bind client to a specific interface 2025-06-11 16:18:31 -07:00
mqtt_transport_websocket.c
mqtt_transport.c
mqtt_transport.h
mqtt.c net: mqtt: Improve disconnect error notification for MQTT 5.0 2025-03-26 16:19:42 +01:00