Home
last modified time | relevance | path

Searched refs:MQTT_TRANSPORT_SECURE (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/samples/net/cloud/mqtt_azure/src/
Dmain.c91 if (client->transport.type == MQTT_TRANSPORT_SECURE) { in prepare_fds()
180 client->transport.type = MQTT_TRANSPORT_SECURE; in client_init()
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/src/
Dmqtt_client.c78 else if (client->transport.type == MQTT_TRANSPORT_SECURE) { in prepare_fds()
489 client->transport.type = MQTT_TRANSPORT_SECURE; in app_mqtt_init()
/Zephyr-latest/samples/net/mqtt_publisher/src/
Dmain.c115 else if (client->transport.type == MQTT_TRANSPORT_SECURE) { in prepare_fds()
324 client->transport.type = MQTT_TRANSPORT_SECURE; in client_init()
/Zephyr-latest/include/zephyr/net/
Dmqtt.h391 MQTT_TRANSPORT_SECURE, enumerator
/Zephyr-latest/doc/connectivity/networking/api/
Dmqtt.rst139 by selecting a secure transport type (``MQTT_TRANSPORT_SECURE``) and some
144 client_ctx.transport.type = MQTT_TRANSPORT_SECURE;
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/src/
Dmain.c262 client_ctx.transport.type = MQTT_TRANSPORT_SECURE; in aws_client_setup()