nrfxlib API 2.7.99
Loading...
Searching...
No Matches
nrf_802154_transmitted_frame_props_t Struct Reference

Structure with frame properties associated with the transmission operation. More...

#include <nrf_802154_types.h>

Data Fields

bool is_secured
 
bool dynamic_data_is_set
 

Detailed Description

Structure with frame properties associated with the transmission operation.

Note
When using to request transmission, parameters contained here influence whether or not the security related data transformation will be performed. In particular, the driver may:
  • update frame counter field if the dynamic parts of the frame are not yet updated
  • secure a non-secured frame on-the-fly If performed, the above operations are configured by the IEEE 802.15.4 Auxiliary Security Header present in the transmitted frame.
It is recommended to use values defined in NRF_802154_TRANSMITTED_FRAME_PROPS_DEFAULT_INIT to perform the first transmission attempt. Using other values may result in transmitting malformed or incorrect frames and creating security breaches.
The combination with is_secured = true and dynamic_data_is_set = false is not allowed. An attempt to transmit a frame with such parameters will fail unconditionally.

The documentation for this struct was generated from the following file: