Home
last modified time | relevance | path

Searched refs:connect_timer (Results 1 – 4 of 4) sorted by relevance

/device/board/isoftstone/yangfan/common/mqtt/mqttclient_c/src/
DMQTTClient.c470 Timer connect_timer; in MQTTConnectWithResults() local
481 TimerInit(&connect_timer); in MQTTConnectWithResults()
482 TimerCountdownMS(&connect_timer, c->command_timeout_ms); in MQTTConnectWithResults()
492 if ((rc = sendPacket(c, len, &connect_timer)) != SUCCESS) // send the connect packet in MQTTConnectWithResults()
496 if (waitfor(c, CONNACK, &connect_timer) == CONNACK) in MQTTConnectWithResults()
/device/board/isoftstone/yangfan/common/mqtt/mqttclient/src/
DMQTTClient.h734 Timer connect_timer(command_timeout_ms); in connect()
745 if ((rc = sendPacket(len, connect_timer)) != SUCCESS) // send the connect packet in connect()
751 if (waitfor(CONNACK, connect_timer) == CONNACK) in connect()
771 rc = publish(len, connect_timer, inflightQoS); in connect()
779 rc = publish(inflightLen, connect_timer, inflightQoS); in connect()
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Dwl_iapsta.h132 timer_list_compat_t connect_timer; member
Dwl_iapsta.c2947 wl_ext_mod_timer(&cur_if->connect_timer, 0, 0); in wl_ext_in4way_sync_sta()
2996 wl_ext_mod_timer(&cur_if->connect_timer, 0, STA_CONNECT_TIMEOUT); in wl_ext_in4way_sync_sta()
3042 wl_ext_mod_timer(&cur_if->connect_timer, 0, 0); in wl_ext_in4way_sync_sta()
3064 wl_ext_mod_timer(&cur_if->connect_timer, 0, 0); in wl_ext_in4way_sync_sta()
5342 init_timer_compat(&cur_if->connect_timer, wl_ext_connect_timeout, in wl_ext_iapsta_attach_netdev()
5364 init_timer_compat(&cur_if->connect_timer, wl_ext_connect_timeout, in wl_ext_iapsta_attach_netdev()
5387 wl_ext_mod_timer(&cur_if->connect_timer, 0, 0); in wl_ext_iapsta_dettach_netdev()
5410 wl_ext_mod_timer(&cur_if->connect_timer, 0, 0); in wl_ext_iapsta_dettach_netdev()