Home
last modified time | relevance | path

Searched refs:attempts (Results 1 – 25 of 48) sorted by relevance

12

/Zephyr-latest/samples/subsys/shell/shell_module/src/
Dlogin_cmd.c30 static uint32_t attempts; in cmd_login() local
34 attempts++; in cmd_login()
35 if (attempts > 3) { in cmd_login()
36 k_sleep(K_SECONDS(attempts)); in cmd_login()
48 attempts = 0; in cmd_login()
/Zephyr-latest/tests/boards/espressif/wifi/
DKconfig45 Number of attempts when connecting to a Wi-Fi network.
46 If connection is not successful after all attempts, test will fail.
52 Number of gateway ping attempts.
53 If timeout happens in all attempts, test will fail.
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dstatistic.rst8 relaying attempts.
/Zephyr-latest/doc/connectivity/networking/conn_mgr/
Dimplementation.rst420 …ally attempts to reconnect or retry connection after connection loss or failure, the connectivity …
424 …* If the underlying technology automatically attempts to reconnect after losing connection, and pe…
429 *Technologiess that give up on connection attempts*
432 If the underlying technology has no mechanism to retry connection attempts, or would give up on the…
434 * If your underlying technology is not persistent, you must manually trigger reconnect attempts whe…
435 …hnology does not support a timeout, you must manually cancel connection attempts if the timeout is…
436 …technology forces a timeout, you must manually trigger a new connection attempts if that timeout i…
445 Instead, these underlying technologies may need to make multiple back-to-back association attempts
447 …implementation should treat this series of back-to-back association sub-attempts as a single unifi…
449 …empt failure, persistence being disabled should not prevent further sub-attempts, since they all c…
[all …]
/Zephyr-latest/subsys/net/l2/ieee802154/
DKconfig.radio14 int "Radio Retransmission attempts"
18 Number of re-transmission attempts radio driver should do, before
/Zephyr-latest/subsys/logging/backends/
DKconfig.ws31 Sleep period between TX retry attempts.
DKconfig.rtt76 Sleep period between TX retry attempts. During RTT session, host pulls
/Zephyr-latest/drivers/ieee802154/
DKconfig.cc13xx_cc26xx21 int "Radio Transmission attempts"
26 Number of transmission attempts radio driver should do, before
DKconfig.nrf592 bool "Support for multiple CCA attempts before transmission"
/Zephyr-latest/subsys/net/lib/dhcpv4/
Ddhcpv4.c463 timeout = DHCPV4_INITIAL_RETRY_TIMEOUT << dhcpv4->attempts; in dhcpv4_update_message_timeout()
473 dhcpv4->attempts++; in dhcpv4_update_message_timeout()
511 dhcpv4->attempts++; in dhcpv4_update_renew_timeout()
526 dhcpv4->attempts++; in dhcpv4_update_rebind_timeout()
691 iface->config.dhcpv4.attempts = 0U; in dhcpv4_enter_selecting()
707 iface->config.dhcpv4.attempts = 0U; in dhcpv4_enter_requesting()
762 iface->config.dhcpv4.attempts = 0U; in dhcpv4_enter_renewing()
770 iface->config.dhcpv4.attempts = 0U; in dhcpv4_enter_rebinding()
810 if (iface->config.dhcpv4.attempts >= in dhcpv4_manage_timers()
1574 iface->config.dhcpv4.attempts = 0U; in dhcpv4_iface_event_handler()
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_spi_st.c224 uint8_t size_offset, attempts; in bt_spi_get_header() local
238 attempts = IRQ_HIGH_MAX_READ; in bt_spi_get_header()
257 attempts--; in bt_spi_get_header()
258 } while ((*size == 0) && attempts); in bt_spi_get_header()
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool.py625 attempts = None if timeout_s is None else timeout_s * hertz
630 if attempts is not None:
631 attempts -= 1
632 if attempts < 0:
750 attempts = timeout_s * hertz
751 while attempts > 0:
762 log.debug("not found, %u attempts left", attempts)
763 attempts -= 1
/Zephyr-latest/drivers/entropy/
DKconfig.cc13xx_cc26xx47 The number of FROs allowed to be shutdown before the driver attempts to
/Zephyr-latest/drivers/ethernet/
Deth_litex_liteeth.c82 int attempts = 0; in eth_tx() local
93 if (attempts++ == MAX_TX_FAILURE) { in eth_tx()
/Zephyr-latest/subsys/mgmt/updatehub/
DKconfig91 int "Maximum retries attempts to download a packet"
95 Set the maximum number of retries attempts to download a packet
/Zephyr-latest/arch/arm64/core/cortex_r/
DKconfig38 triggering MemManage exceptions upon accidental attempts to
/Zephyr-latest/tests/arch/arm/arm_interrupt/
DREADME.txt4 pointer dereferencing attempts are detected and interpreted
27 attempts are caught and successfully trigger a CPU exception in the case
/Zephyr-latest/samples/net/wifi/apsta_mode/
DREADME.rst24 the board into AP-STA mode to support both modes and attempts to connect to the
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dbap.rst492 The :code:`config` command attempts to configure a stream for the given
523 The :code:`qos` command attempts to configure the stream QoS using the preset
540 The :code:`enable` command attempts to enable the stream previously configured.
556 The :code:`connect` command attempts to connect the stream previously configured.
588 The :code:`disable` command attempts to disable the stream previously enabled,
/Zephyr-latest/doc/kernel/services/data_passing/
Dmessage_queues.rst37 If a thread attempts to send a data item when the ring buffer is full,
47 If a thread attempts to receive a data item when the ring buffer is empty,
/Zephyr-latest/subsys/net/ip/
DKconfig.ipv6177 The timeout in seconds between attempts to send a Router
278 int "Max amount of failed DAD attempts"
283 attempts no non-unique address was generated then there will be no
DKconfig.tcp229 bool "Reject connection attempts on unbound TCP ports with RST"
232 If enabled, TCP stack will reject connection attempts on unbound ports
/Zephyr-latest/doc/hardware/arch/
Darc-support-status.rst106 attempts to get the cooperative lock, and not modify the CPU affinity
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dindex.rst16 attempts to provide a uniform interface to them.
/Zephyr-latest/arch/arm/core/mpu/
DKconfig43 triggering MemManage exceptions upon accidental attempts to

12