zephyr/subsys/net/lib/mqtt
Jan Pohanka fff28ad8ae net: mqtt: use zsock_ functions
Using zephyr's internals zsock_ calls make mqtt library more compatible,
now it does not depend on NET_SOCKETS_POSIX_NAMES.

Signed-off-by: Jan Pohanka <xhpohanka@gmail.com>
2020-10-01 17:35:45 +03:00
..
CMakeLists.txt
Kconfig net: mqtt: use zsock_ functions 2020-10-01 17:35:45 +03:00
mqtt_decoder.c
mqtt_encoder.c
mqtt_internal.h net: mqtt: Make client "cleansession" flag configurable. 2020-06-09 10:09:04 +03:00
mqtt_os.h
mqtt_rx.c net: mqtt: Prevent double CONNACK event notification on server reject 2020-07-27 13:24:11 +02:00
mqtt_transport_socket_tcp.c net: mqtt: use zsock_ functions 2020-10-01 17:35:45 +03:00
mqtt_transport_socket_tls.c net: mqtt: use zsock_ functions 2020-10-01 17:35:45 +03:00
mqtt_transport_websocket.c
mqtt_transport.c
mqtt_transport.h
mqtt.c net: mqtt: Reset client state before notifying MQTT_EVT_DISCONNECT 2020-09-30 14:30:43 +03:00