Rtos API example

Embed: (wiki syntax)

« Back to documentation index

net_link_layer_psk_security_info_s Struct Reference

net_link_layer_psk_security_info_s Struct Reference

NETWORK PSK link key structure. More...

#include <net_interface.h>

Data Fields

uint8_t key_id
 Link layer PSK Key ID, can be 0x01-0xff.
uint8_t security_key [16]
 Link layer 128-bit PSK Key.

Detailed Description

NETWORK PSK link key structure.

Definition at line 221 of file net_interface.h.


Field Documentation

uint8_t key_id

Link layer PSK Key ID, can be 0x01-0xff.

Definition at line 222 of file net_interface.h.

uint8_t security_key[16]

Link layer 128-bit PSK Key.

Definition at line 223 of file net_interface.h.