OPENTHREAD_CONFIG_MAC_HEADER_IE_SUPPORT macro
@def OPENTHREAD_CONFIG_MAC_HEADER_IE_SUPPORT Define as 1 to support IEEE 802.15.4-2015 Header IE (Information Element) generation and parsing, it must be set to support following features: 1. Time synchronization service feature (i.e., OPENTHREAD_CONFIG_TIME_SYNC_ENABLE is set). 2. Thread 1.2.
Syntax
#define OPENTHREAD_CONFIG_MAC_HEADER_IE_SUPPORT 1
Notes
If it's enabled, platform must support interrupt context and concurrent access AES.