Loading...
Searching...
No Matches
gnrc_lorawan_key_ctx_t Struct Reference

GNRC LoRaWAN key context struct. More...

Detailed Description

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
 

Field Documentation

◆ appskey

uint8_t* gnrc_lorawan_key_ctx_t::appskey

pointer to Application SKey buffer

Definition at line 208 of file gnrc_lorawan_internal.h.

◆ fnwksintkey

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.

◆ nwksenckey

uint8_t* gnrc_lorawan_key_ctx_t::nwksenckey

pointer to Network session encryption key

Definition at line 211 of file gnrc_lorawan_internal.h.

◆ snwksintkey

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.


The documentation for this struct was generated from the following file: