I'm using the nRF52840 to interface with an existing 802.15.4 network. For reasons decided long before I became involved, the messages exchanged are MAC command frames, not MAC data frames. While the Wireless UART example in the SDK demonstrates how to send data frames, there doesn't seem to be an example of how to send a command frame, nor can I find any mention of the MAC_COMMAND outside of the mac_common.h or mac_security.h header files.
How do I send MAC command frames?