Home
last modified time | relevance | path

Searched refs:IEEE802154_CONFIG_PROMISCUOUS (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dieee802154_radio.h714 IEEE802154_CONFIG_PROMISCUOUS, enumerator
/Zephyr-latest/drivers/ieee802154/
Dieee802154_nrf5.c914 case IEEE802154_CONFIG_PROMISCUOUS: in nrf5_configure()
Dieee802154_rf2xx.c819 case IEEE802154_CONFIG_PROMISCUOUS: in rf2xx_configure()
Dieee802154_dw1000.c927 case IEEE802154_CONFIG_PROMISCUOUS: in dwt_configure()
/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c507 zassert_equal(type, IEEE802154_CONFIG_PROMISCUOUS, "Config type incorrect."); in custom_configure_promiscuous_mock()
/Zephyr-latest/modules/openthread/platform/
Dradio.c1044 radio_api->configure(radio_dev, IEEE802154_CONFIG_PROMISCUOUS, &config); in otPlatRadioSetPromiscuous()