Home
last modified time | relevance | path

Searched defs:mqtt_connect_client_info_t (Results 1 – 2 of 2) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dmqtt.h68 struct mqtt_connect_client_info_t { struct
70 const char *client_id;
72 const char* client_user;
74 const char* client_pass;
76 u16_t keep_alive;
79 const char* will_topic;
81 const char* will_msg;
83 u8_t will_qos;
85 u8_t will_retain;
88 struct altcp_tls_config *tls_config;
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/
H A Dmqtt.h60 struct mqtt_connect_client_info_t { struct
62 const char *client_id;
64 const char* client_user;
65 const char* client_pass;
67 u16_t keep_alive;
70 const char* will_topic;
71 const char* will_msg;
72 u8_t will_qos;
73 u8_t will_retain;