Format of 13 byte nonce. More...
Format of 13 byte nonce.
Definition at line 344 of file ieee802154_security.h.
#include <ieee802154_security.h>
Data Fields | |
uint8_t | src_addr [IEEE802154_LONG_ADDRESS_LEN] |
Source long address. | |
uint32_t | frame_counter |
Frame counter. | |
uint8_t | security_level |
One of IEEE802154_SEC_SCF_SECLEVEL_*. | |
uint32_t ieee802154_sec_ccm_nonce_t::frame_counter |
Frame counter.
Definition at line 352 of file ieee802154_security.h.
uint8_t ieee802154_sec_ccm_nonce_t::security_level |
One of IEEE802154_SEC_SCF_SECLEVEL_*.
Definition at line 356 of file ieee802154_security.h.
uint8_t ieee802154_sec_ccm_nonce_t::src_addr[IEEE802154_LONG_ADDRESS_LEN] |
Source long address.
Definition at line 348 of file ieee802154_security.h.