doc/api/networking: Add existing network protocol libraries APIs

DHCPv4, MQTT, DNS client, ...

Change-Id: I5c5d7437bb53610678eba38d307c86694ac01da9
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
Tomasz Bursztyka 2017-02-01 15:33:07 +01:00 committed by Jukka Rissanen
commit 12a0f71711
7 changed files with 87 additions and 1 deletions

View file

@ -10,6 +10,12 @@
#include <net/mqtt_types.h>
#include <net/net_context.h>
/**
* @brief MQTT library
* @defgroup mqtt MQTT library
* @{
*/
/**
* @brief mqtt_app MQTT application type
*/
@ -392,4 +398,8 @@ int mqtt_rx_unsuback(struct mqtt_ctx *ctx, struct net_buf *rx);
*/
int mqtt_rx_publish(struct mqtt_ctx *ctx, struct net_buf *rx);
/**
* @}
*/
#endif