Rtos API example

Embed: (wiki syntax)

« Back to documentation index

mlme_key_descriptor_entry_s Struct Reference

mlme_key_descriptor_entry_s Struct Reference

struct mlme_key_descriptor_entry_t Key descriptor entry More...

#include <mlme.h>

Data Fields

mlme_key_id_lookup_descriptor_tKeyIdLookupList
 List of Key lookup data for this descriptor.
uint8_t KeyIdLookupListEntries
 Number of entries in KeyIdLookupList.
mlme_key_device_descriptor_tKeyDeviceList
 List of descriptor user entries indicating which devices are valid or blacklisted.
uint8_t KeyDeviceListEntries
 Number of entries in KeyDeviceList.
mlme_key_usage_descriptor_tKeyUsageList
 List of descriptor entries indicating which frame types this key may be used with.
uint8_t KeyUsageListEntries
 Number of entries in KeyUsageList.
uint8_t Key [16]
 Actual value of Security key.

Detailed Description

struct mlme_key_descriptor_entry_t Key descriptor entry

See IEEE standard 802.15.4-2006 (table 89) for more details

Definition at line 152 of file mlme.h.


Field Documentation

uint8_t Key[16]

Actual value of Security key.

Definition at line 159 of file mlme.h.

List of descriptor user entries indicating which devices are valid or blacklisted.

Definition at line 155 of file mlme.h.

Number of entries in KeyDeviceList.

Definition at line 156 of file mlme.h.

List of Key lookup data for this descriptor.

Definition at line 153 of file mlme.h.

Number of entries in KeyIdLookupList.

Definition at line 154 of file mlme.h.

List of descriptor entries indicating which frame types this key may be used with.

Definition at line 157 of file mlme.h.

Number of entries in KeyUsageList.

Definition at line 158 of file mlme.h.