|
enum | {
WAIT_START,
PROC_MSG,
WAIT_FRAG_ACK,
DONE,
FAIL
} |
|
enum | eap_tnc_state {
START,
CONTINUE,
RECOMMENDATION,
FRAG_ACK,
WAIT_FRAG_ACK,
DONE,
FAIL
} |
|
enum | { ALLOW,
ISOLATE,
NO_ACCESS,
NO_RECOMMENDATION
} |
|
|
enum eap_tnc_data:: { ... } | state |
|
struct tncc_data * | tncc |
|
struct wpabuf * | in_buf |
|
struct wpabuf * | out_buf |
|
size_t | out_used |
|
size_t | fragment_size |
|
enum eap_tnc_data::eap_tnc_state | state |
|
enum eap_tnc_data:: { ... } | recommendation |
|
struct tncs_data * | tncs |
|
unsigned int | was_done:1 |
|
unsigned int | was_fail:1 |
|
The documentation for this struct was generated from the following files: