zephyr/include/net
Aska Wu fb79837862 net/mqtt: Convert mqtt lib to use net app API
Use net app API since we want to enable MQTT with TLS.
mqtt_connect() and mqtt_close() are added to build and close the
connection to the broker. The caller doesn't need to deal with
the net context anymore and the most of network setup code in
mqtt_publisher is removed.

Signed-off-by: Aska Wu <aska.wu@linaro.org>
2017-07-28 11:25:43 +03:00
..
arp.h net: Add missing __cplusplus checks to includes 2017-07-24 14:54:34 -04:00
bt.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
buf.h kernel: make K_.*_INITIALIZER private to kernel 2017-07-10 11:44:56 -07:00
dhcpv4.h net: Add missing __cplusplus checks to includes 2017-07-24 14:54:34 -04:00
dns_resolve.h net: Add missing __cplusplus checks to includes 2017-07-24 14:54:34 -04:00
ethernet.h net: Add missing __cplusplus checks to includes 2017-07-24 14:54:34 -04:00
http_parser.h http: client: Create a HTTP library 2017-05-04 15:58:45 -04:00
http.h net: Add missing __cplusplus checks to includes 2017-07-24 14:54:34 -04:00
ieee802154_radio.h net: Add missing __cplusplus checks to includes 2017-07-24 14:54:34 -04:00
ieee802154.h net: Add missing __cplusplus checks to includes 2017-07-24 14:54:34 -04:00
mii.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
mqtt_types.h net: Add missing __cplusplus checks to includes 2017-07-24 14:54:34 -04:00
mqtt.h net/mqtt: Convert mqtt lib to use net app API 2017-07-28 11:25:43 +03:00
net_app.h kconfig: fixed stray Kconfig variables 2017-07-06 10:34:41 -05:00
net_context.h net: context: Clarify the callback API documentation 2017-07-17 21:47:32 +03:00
net_core.h misc: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
net_event.h net: Add missing __cplusplus checks to includes 2017-07-24 14:54:34 -04:00
net_if.h net: shell: Do not access NULL pointer if interface is down 2017-07-27 15:19:53 +03:00
net_ip.h net: ip: Make struct in_addr::s_addr compatible with POSIX definition 2017-06-13 10:32:03 +03:00
net_l2.h net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00
net_linkaddr.h net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00
net_mgmt.h net: Add missing __cplusplus checks to includes 2017-07-24 14:54:34 -04:00
net_offload.h doc: spelling check doxygen comments include/ 2017-05-02 22:21:37 -04:00
net_pkt.h net: tcp: Remove NET_TCP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
net_stats.h net: tcp: Add TCP statistics support 2017-05-17 13:55:21 +03:00
socket.h net: sockets: Implement poll() operation. 2017-07-18 21:46:06 +03:00
trickle.h net: trickle: Misc changes 2017-07-26 07:56:51 -05:00
udp.h net: udp: Remove NET_UDP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
zoap_link_format.h net: Add missing __cplusplus checks to includes 2017-07-24 14:54:34 -04:00
zoap.h net: Add missing __cplusplus checks to includes 2017-07-24 14:54:34 -04:00