35#ifndef NRF_802154_ENCRYPT_H_
36#define NRF_802154_ENCRYPT_H_
uint8_t nrf_802154_tx_error_t
Errors reported during the frame transmission.
Definition nrf_802154_types.h:88
bool nrf_802154_encrypt_ack_prepare(const nrf_802154_frame_t *p_ack_data)
Prepares encryption data for provided Ack.
void nrf_802154_encrypt_tx_started_hook(uint8_t *p_frame)
TX started hook for the encryption module.
nrf_802154_tx_error_t nrf_802154_encrypt_tx_setup(nrf_802154_transmit_params_t *p_params)
Transmission setup hook for the encryption module.
void nrf_802154_encrypt_ack_reset(void)
Resets encryption of ACK.
void nrf_802154_encrypt_tx_ack_failed_hook(uint8_t *p_ack, nrf_802154_tx_error_t error)
ACK TX failed hook for the encryption module.
void nrf_802154_encrypt_tx_ack_started_hook(uint8_t *p_ack)
ACK TX started hook for the encryption module.
void nrf_802154_encrypt_tx_failed_hook(uint8_t *p_frame, nrf_802154_tx_error_t error)
TX failed hook for the encryption module.
Definition nrf_802154_frame.h:139
Definition nrf_802154_types_internal.h:121