STM32WB5x IEEE 802.15.4 Stack
Hey,
I'm Working with STM32WB5x on a bare metal MAC 802.15.4 Application.
I Have the BLE_MAC_***_FW latest (version 1.13.0) installed on CM0+ .
I want to add security for MAC Frames with support for both ENC-MIC.
The current ST WPAN MAC 802.15.4 implementation dose not provide any functions/ data types (structures) related to security.
Also I cannot set any security related PIB Attributes and i end up with a Set Confirmation return status of 0xF4 (indicating that "A SET/GET request was issued with the identifier of a PIB attribute that is not supported" ... NORDIC).
So logically, One can assume that these PIBs were not considered/developed on the CM0+ FW.
Why does the ST WPAN Middleware lack Security Structures dentition ?
Why the MAC_802_15_4_FW firmware for CM0+ does not handle Security, although as my understanding, ZigBee supports security & keys setup ?
When will the ST team provide the missing functionality for the IEEE 802.15.4 standard ?
