Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/doc/connectivity/networking/api/
Dethernet_mgmt.rst16 * raise ``carrier ON`` or ``carrier OFF`` management events
19 Typically the ``carrier OFF`` event would be generated by the Ethernet
21 The ``carrier ON`` event would be generated if the Ethernet device driver
Dnet_if.rst86 event that changes the carrier state is Ethernet cable being plugged in or out.
/Zephyr-Core-3.5.0/drivers/ethernet/
DKconfig.gecko32 PHY's carrier status is re-evaluated.
DKconfig.stm32_hal130 PHY's carrier status is re-evaluated.
/Zephyr-Core-3.5.0/samples/net/capture/
DREADME.rst62 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
71 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
80 TX errors 8 dropped 8 overruns 0 carrier 8 collisions 0
89 TX errors 7 dropped 0 overruns 0 carrier 0 collisions 0
98 TX errors 7 dropped 7 overruns 0 carrier 0 collisions 0
/Zephyr-Core-3.5.0/modules/hal_nordic/
DKconfig209 bool "nRF 802.15.4 carrier functions"
212 This option enables functions such as modulated carrier and continuous carrier.
/Zephyr-Core-3.5.0/doc/connectivity/networking/conn_mgr/
Dimplementation.rst235 * Set the iface to dormant, carrier-down, or both during :c:member:`binding init <conn_mgr_conn_api…
237 …* See :ref:`net_if_interface_state_management` for details regarding iface carrier and dormant st…
239 * Update dormancy and carrier state so that the iface is non-dormant and carrier-up whenever (and o…
240 * Set the iface either to dormant or to carrier-down as soon as interruption of service is detected.
/Zephyr-Core-3.5.0/boards/arm/colibri_imx7d_m4/doc/
Dindex.rst288 https://www.toradex.com/products/carrier-board/colibri-evaluation-carrier-board
/Zephyr-Core-3.5.0/boards/arm/dragino_nbsn95/doc/
Dindex.rst22 - GPIOs exposed via screw terminals on the carrier board
/Zephyr-Core-3.5.0/boards/arm/dragino_lsn50/doc/
Dindex.rst23 - GPIOs exposed via screw terminals on the carrier board
/Zephyr-Core-3.5.0/tests/net/iface/src/
Dmain.c433 static void test_iface_init(struct net_if *iface, bool carrier, bool dormant) in test_iface_init() argument
437 if (carrier) { in test_iface_init()
/Zephyr-Core-3.5.0/boards/arm/pinnacle_100_dvk/doc/
Dindex.rst10 regulatory certifications and LTE carrier approvals. The Pinnacle 100 also
/Zephyr-Core-3.5.0/boards/arm/mg100/doc/
Dindex.rst15 and network certifications and End Device carrier approvals.
/Zephyr-Core-3.5.0/samples/bluetooth/ipsp/
DREADME.rst137 TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
/Zephyr-Core-3.5.0/boards/arm/mimx8mm_phyboard_polis/doc/
Dindex.rst14 and carrier board for the phyCORE-i.MX 8M Mini/Nano.
/Zephyr-Core-3.5.0/drivers/modem/
Dhl7800.c3371 char carrier[MDM_HL7800_OPERATOR_INDEX_SIZE]; in on_cmd_operator_index_query() local
3384 out_len = net_buf_linearize(carrier, MDM_HL7800_OPERATOR_INDEX_STRLEN, in on_cmd_operator_index_query()
3386 carrier[out_len] = 0; in on_cmd_operator_index_query()
3387 iface_ctx.operator_index = (uint8_t)strtol(carrier, NULL, 10); in on_cmd_operator_index_query()
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-1.13.rst131 * Add carrier detection support to ethernet L2 driver.
187 * Fix NXP MCUX ethernet driver to detect carrier lost event.
Drelease-notes-2.1.rst184 * Added MAC address configuration and carrier state detection to STM32 driver
871 * :github:`16097` - STM32 Ethernet driver should be able to detect the carrier state
Drelease-notes-3.5.rst902 * Fixed PPP L2 usage of the network interface carrier state.
905 * Prevent PPP connection reestablish when carrier is down.
Drelease-notes-3.4.rst1093 * Added new radio API function to start continuous carrier wave transmission.
Drelease-notes-2.3.rst1381 * :github:`16096` - Sam gmac Ethernet driver should be able to detect the carrier state
Drelease-notes-3.3.rst1105 * Introduced carrier and dormant management on network interfaces. Separated
3550 * :github:`49451` - Treat carrier UP/DOWN independently to interface UP/DOWN
Drelease-notes-2.0.rst1116 * :github:`16089` - Mcux Ethernet driver does not detect carrier anymore (it's alway on)
Drelease-notes-3.2.rst2018 * :github:`49184` - DHCP client is not ``carrier`` aware
Drelease-notes-1.14.rst117 * :github:`16089` - Mcux Ethernet driver does not detect carrier anymore (it's alway on)