Home
last modified time | relevance | path

Searched refs:otPlatRadioGetPromiscuous (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/tests/subsys/openthread/
Dradio_test.c519 zassert_false(otPlatRadioGetPromiscuous(ot), in ZTEST()
524 zassert_true(otPlatRadioGetPromiscuous(ot), "Mode not enabled."); in ZTEST()
532 zassert_false(otPlatRadioGetPromiscuous(ot), "Mode still enabled."); in ZTEST()
/Zephyr-Core-3.7.0/modules/openthread/platform/
Dradio.c975 bool otPlatRadioGetPromiscuous(otInstance *aInstance) in otPlatRadioGetPromiscuous() function