nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ nrf_802154_encrypt_tx_setup()

bool nrf_802154_encrypt_tx_setup ( uint8_t *  p_frame,
nrf_802154_transmit_params_t p_params,
nrf_802154_transmit_failed_notification_t  notify_function 
)

Transmission setup hook for the encryption module.

This hook prepares encryption data for provided frame.

Parameters
[in]p_framePointer to the buffer that contains the PHR and PSDU of the transmitted frame.
[in]p_paramsPointer to the transmission parameters.
[in]notify_functionFunction to be called to notify transmission failure.
Return values
trueEncryption was prepared successfully.
falseEncryption prepare failed.