eap_tnc_data Struct Reference
List of all members.
Public Types |
enum | {
WAIT_START,
PROC_MSG,
WAIT_FRAG_ACK,
DONE,
FAIL
} |
enum | { ALLOW,
ISOLATE,
NO_ACCESS,
NO_RECOMMENDATION
} |
enum | eap_tnc_state {
START,
CONTINUE,
RECOMMENDATION,
FRAG_ACK,
WAIT_FRAG_ACK,
DONE,
FAIL
} |
Public Attributes |
size_t | fragment_size |
struct wpabuf * | in_buf |
struct wpabuf * | out_buf |
size_t | out_used |
enum eap_tnc_data:: { ... } | recommendation |
enum eap_tnc_data::eap_tnc_state | state |
enum eap_tnc_data:: { ... } | state |
struct tncc_data * | tncc |
struct tncs_data * | tncs |
unsigned int | was_done:1 |
unsigned int | was_fail:1 |
Detailed Description
Definition at line 23 of file eap_tnc.c.
Member Enumeration Documentation
- Enumerator:
WAIT_START |
|
PROC_MSG |
|
WAIT_FRAG_ACK |
|
DONE |
|
FAIL |
|
Definition at line 24 of file eap_tnc.c.
- Enumerator:
ALLOW |
|
ISOLATE |
|
NO_ACCESS |
|
NO_RECOMMENDATION |
|
Definition at line 28 of file eap_server_tnc.c.
- Enumerator:
START |
|
CONTINUE |
|
RECOMMENDATION |
|
FRAG_ACK |
|
WAIT_FRAG_ACK |
|
DONE |
|
FAIL |
|
Definition at line 24 of file eap_server_tnc.c.
Member Data Documentation
The documentation for this struct was generated from the following files: