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.
mac_payload_IE_s Struct Reference
struct mac_header_IE_t Mac Payload information element structure for parsing or write operation This structure encapsulates security related variables, More...
#include <mac_common_defines.h>
Data Fields | |
uint8_t * | content_ptr |
Content data. | |
unsigned | length:11 |
Element length 0- 2047. | |
unsigned | id:4 |
Group ID. |
Detailed Description
struct mac_header_IE_t Mac Payload information element structure for parsing or write operation This structure encapsulates security related variables,
Definition at line 96 of file mac_common_defines.h.
Field Documentation
uint8_t* content_ptr |
Content data.
Definition at line 97 of file mac_common_defines.h.
unsigned id |
Group ID.
Definition at line 99 of file mac_common_defines.h.
unsigned length |
Element length 0- 2047.
Definition at line 98 of file mac_common_defines.h.
Generated on Tue Aug 9 2022 00:37:34 by
