
Go to the source code of this file.
Enumerations | |
| enum | tncc_process_res { TNCCS_PROCESS_ERROR = -1, TNCCS_PROCESS_OK_NO_RECOMMENDATION = 0, TNCCS_RECOMMENDATION_ERROR, TNCCS_RECOMMENDATION_ALLOW, TNCCS_RECOMMENDATION_NONE, TNCCS_RECOMMENDATION_ISOLATE } |
Functions | |
| u8 * | tncc_copy_send_buf (struct tncc_data *tncc, u8 *pos) |
| void | tncc_deinit (struct tncc_data *tncc) |
| char * | tncc_if_tnccs_end (void) |
| char * | tncc_if_tnccs_start (struct tncc_data *tncc) |
| struct tncc_data * | tncc_init (void) |
| void | tncc_init_connection (struct tncc_data *tncc) |
| enum tncc_process_res | tncc_process_if_tnccs (struct tncc_data *tncc, const u8 *msg, size_t len) |
| struct wpabuf * | tncc_process_soh_request (int ver, const u8 *data, size_t len) |
| size_t | tncc_total_send_len (struct tncc_data *tncc) |
| enum tncc_process_res |
| enum tncc_process_res tncc_process_if_tnccs | ( | struct tncc_data * | tncc, | |
| const u8 * | msg, | |||
| size_t | len | |||
| ) |