Searched refs:IEEE802154_HW_TX_SEC (Results 1 – 3 of 3) sorted by relevance
518 IEEE802154_HW_TX_SEC = BIT(11), enumerator
255 ((caps & NRF_802154_CAPABILITY_SECURITY) ? IEEE802154_HW_TX_SEC : 0UL) in nrf5_get_capabilities_at_boot()
985 if (radio_caps & IEEE802154_HW_TX_SEC) { in otPlatRadioGetCaps()