GNRC LoRaWAN key context struct. More...
GNRC LoRaWAN key context struct.
Definition at line 207 of file gnrc_lorawan_internal.h.
#include <gnrc_lorawan_internal.h>
| Data Fields | |
| uint8_t * | appskey | 
| pointer to Application SKey buffer | |
| uint8_t * | fnwksintkey | 
| pointer to Forwarding Network session integrity key | |
| uint8_t * | snwksintkey | 
| pointer to Serving Network session integrity key | |
| uint8_t * | nwksenckey | 
| pointer to Network session encryption key | |
| uint8_t* gnrc_lorawan_key_ctx_t::appskey | 
pointer to Application SKey buffer
Definition at line 208 of file gnrc_lorawan_internal.h.
| uint8_t* gnrc_lorawan_key_ctx_t::fnwksintkey | 
pointer to Forwarding Network session integrity key
Definition at line 209 of file gnrc_lorawan_internal.h.
| uint8_t* gnrc_lorawan_key_ctx_t::nwksenckey | 
pointer to Network session encryption key
Definition at line 211 of file gnrc_lorawan_internal.h.
| uint8_t* gnrc_lorawan_key_ctx_t::snwksintkey | 
pointer to Serving Network session integrity key
Definition at line 210 of file gnrc_lorawan_internal.h.