nrfxlib API 2.8.99
|
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.
[in] | p_frame | Pointer to the buffer that contains the PHR and PSDU of the transmitted frame. |
[in] | p_params | Pointer to the transmission parameters. |
[in] | notify_function | Function to be called to notify transmission failure. |
true | Encryption was prepared successfully. |
false | Encryption prepare failed. |