Lines Matching defs:shell_mqtt
41 struct shell_mqtt { struct
53 struct shell_mqtt_tx_buf tx_buf; argument
56 void *shell_context;
59 struct mqtt_client mqtt_cli;
62 struct buffer {
65 } buf;
67 struct k_mutex lock;
70 struct sockaddr_storage broker;
72 struct zsock_addrinfo *haddr;
73 struct zsock_pollfd fds[1];
74 int nfds;
76 struct mqtt_publish_param pub_data;
78 struct net_mgmt_event_callback mgmt_cb;
81 struct k_work_q workq;
82 struct k_work net_disconnected_work;
83 struct k_work_delayable connect_dwork;
84 struct k_work_delayable subscribe_dwork;
108 static struct shell_mqtt _name##_shell_mqtt; \ argument