eap_sake_data Struct Reference
Public Types |
| enum | {
IDENTITY,
CHALLENGE,
CONFIRM,
SUCCESS,
FAILURE
} |
Data Fields |
|
enum eap_sake_data:: { ... } | state |
|
u8 | rand_s [EAP_SAKE_RAND_LEN] |
|
u8 | rand_p [EAP_SAKE_RAND_LEN] |
|
struct { |
| u8 auth [EAP_SAKE_TEK_AUTH_LEN] |
| u8 cipher [EAP_SAKE_TEK_CIPHER_LEN] |
| } | tek |
|
u8 | msk [EAP_MSK_LEN] |
|
u8 | emsk [EAP_EMSK_LEN] |
|
u8 | session_id |
|
u8 * | peerid |
|
size_t | peerid_len |
|
u8 * | serverid |
|
size_t | serverid_len |
Detailed Description
Definition at line 23 of file eap_sake.c.
The documentation for this struct was generated from the following file: