EDGESEC  0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
Data Fields
auth_ticket Struct Reference

Authentication ticket structure definition. More...

#include <supervisor_config.h>

Data Fields

uint8_t passphrase [AP_SECRET_LEN]
 
ssize_t passphrase_len
 
char device_label [MAX_DEVICE_LABEL_SIZE]
 
int vlanid
 

Detailed Description

Authentication ticket structure definition.

Field Documentation

◆ device_label

char auth_ticket::device_label[MAX_DEVICE_LABEL_SIZE]

the device label

◆ passphrase

uint8_t auth_ticket::passphrase[AP_SECRET_LEN]

the ticket passphrase

◆ passphrase_len

ssize_t auth_ticket::passphrase_len

the ticket passphrase length

◆ vlanid

int auth_ticket::vlanid

the ticket associated VLAN ID


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