Home
last modified time | relevance | path

Searched refs:IEEE802154_HW_TX_SEC (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.4.0/include/zephyr/net/
Dieee802154_radio.h58 IEEE802154_HW_TX_SEC = BIT(10), /* TX security handling supported */ enumerator
/Zephyr-Core-3.4.0/drivers/ieee802154/
Dieee802154_nrf5.c231 ((caps & NRF_802154_CAPABILITY_SECURITY) ? IEEE802154_HW_TX_SEC : 0UL); in nrf5_get_capabilities_at_boot()
/Zephyr-Core-3.4.0/modules/openthread/platform/
Dradio.c806 if (radio_caps & IEEE802154_HW_TX_SEC) { in otPlatRadioGetCaps()