Home
last modified time | relevance | path

Searched refs:will_qos (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-secure-streams-policy.h221 uint8_t will_qos; member
/third_party/lwip/src/include/lwip/apps/
Dmqtt.h83 u8_t will_qos; member
/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-mqtt.c217 ct->ccp.will_param.qos = h->policy->u.mqtt.will_qos; in secstream_connect_munge_mqtt()
/third_party/libwebsockets/lib/secure-streams/
Dpolicy.c689 a->curr[LTY_POLICY].p->u.mqtt.will_qos = atoi(ctx->buf); in lws_ss_policy_parser_cb()
/third_party/lwip/src/apps/mqtt/
Dmqtt.c1315 flags |= (client_info->will_qos & 3) << 3; in mqtt_client_connect()