Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/subsys/openthread/
Dradio_test.c404 zassert_equal(custom_configure_match_mock_expected_config.auto_ack_fpb.mode, in custom_configure_match_mock()
405 config->auto_ack_fpb.mode, NULL); in custom_configure_match_mock()
406 zassert_equal(custom_configure_match_mock_expected_config.auto_ack_fpb.enabled, in custom_configure_match_mock()
407 config->auto_ack_fpb.enabled, NULL); in custom_configure_match_mock()
436 custom_configure_match_mock_expected_config.auto_ack_fpb.enabled = enabled; in set_expected_match_values()
437 custom_configure_match_mock_expected_config.auto_ack_fpb.mode = in set_expected_match_values()
/Zephyr-Core-3.7.0/include/zephyr/net/
Dieee802154_radio.h1130 } auto_ack_fpb; member
/Zephyr-Core-3.7.0/drivers/ieee802154/
Dieee802154_nrf5.c839 if (config->auto_ack_fpb.enabled) { in nrf5_configure()
840 switch (config->auto_ack_fpb.mode) { in nrf5_configure()
856 nrf_802154_auto_pending_bit_set(config->auto_ack_fpb.enabled); in nrf5_configure()
/Zephyr-Core-3.7.0/modules/openthread/platform/
Dradio.c1054 .auto_ack_fpb.enabled = aEnable, in otPlatRadioEnableSrcMatch()
1055 .auto_ack_fpb.mode = IEEE802154_FPB_ADDR_MATCH_THREAD, in otPlatRadioEnableSrcMatch()