Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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_t * | KeyIdLookupList |
List of Key lookup data for this descriptor. | |
uint8_t | KeyIdLookupListEntries |
Number of entries in KeyIdLookupList. | |
mlme_key_device_descriptor_t * | KeyDeviceList |
List of descriptor user entries indicating which devices are valid or blacklisted. | |
uint8_t | KeyDeviceListEntries |
Number of entries in KeyDeviceList. | |
mlme_key_usage_descriptor_t * | KeyUsageList |
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 155 of file mlme.h.
Field Documentation
uint8_t KeyDeviceListEntries |
uint8_t KeyIdLookupListEntries |
uint8_t KeyUsageListEntries |
Generated on Tue Jul 12 2022 13:33:11 by
