nRF5 SDK v13.0.0
Data Fields
mac_key_device_descr_t Struct Reference

KeyDeviceDescriptor as described in Table 91 . More...

#include <mac_security.h>

Data Fields

mac_table_item_t table_service
 
uint8_t device_handle
 
uint8_t unique_device: 1
 
uint8_t blacklisted: 1
 

Detailed Description

KeyDeviceDescriptor as described in Table 91 .

Field Documentation

uint8_t mac_key_device_descr_t::blacklisted
Indication of whether the device indicated

by DeviceDescriptorHandle previously communicated with this key prior to the exhaustion of the frame counter. If TRUE, this indicates that the device shall not use this key further because it exhausted its use of the frame counter used with this key .

uint8_t mac_key_device_descr_t::device_handle
     Handle to the DeviceDescriptor

corresponding to the device (see mac_device_descr_t). The value is an index of the device descriptor instance from device table .

mac_table_item_t mac_key_device_descr_t::table_service

Service field .

uint8_t mac_key_device_descr_t::unique_device

Indication of whether the device indicated by DeviceDescriptorHandle is uniquely associated with the KeyDescriptor, i.e., it is a link key as opposed to a group key .


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

Documentation feedback | Developer Zone | Subscribe | Updated