IEEE 802.15.4 security device descriptor. More...
IEEE 802.15.4 security device descriptor.
Definition at line 98 of file ieee802154_security.h.
#include <ieee802154_security.h>
Data Fields | |
const struct ieee802154_radio_cipher_ops * | cipher_ops |
Pointer to the operations of the device. | |
void * | ctx |
Pointer to the context of the device. | |
const struct ieee802154_radio_cipher_ops* ieee802154_sec_dev::cipher_ops |
Pointer to the operations of the device.
Definition at line 102 of file ieee802154_security.h.
void* ieee802154_sec_dev::ctx |
Pointer to the context of the device.
Definition at line 106 of file ieee802154_security.h.