Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.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.5.0/include/zephyr/net/
Dieee802154_radio.h860 } auto_ack_fpb; member
/Zephyr-Core-3.5.0/drivers/ieee802154/
Dieee802154_nrf5.c809 if (config->auto_ack_fpb.enabled) { in nrf5_configure()
810 switch (config->auto_ack_fpb.mode) { in nrf5_configure()
826 nrf_802154_auto_pending_bit_set(config->auto_ack_fpb.enabled); in nrf5_configure()
/Zephyr-Core-3.5.0/modules/openthread/platform/
Dradio.c975 .auto_ack_fpb.enabled = aEnable, in otPlatRadioEnableSrcMatch()
976 .auto_ack_fpb.mode = IEEE802154_FPB_ADDR_MATCH_THREAD, in otPlatRadioEnableSrcMatch()