EDGESEC
0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
|
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 |
Authentication ticket structure definition.
char auth_ticket::device_label[MAX_DEVICE_LABEL_SIZE] |
the device label
uint8_t auth_ticket::passphrase[AP_SECRET_LEN] |
the ticket passphrase
ssize_t auth_ticket::passphrase_len |
the ticket passphrase length
int auth_ticket::vlanid |
the ticket associated VLAN ID