Home
last modified time | relevance | path

Searched refs:tncs_message (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/wpa/src/eap_server/
HDtncs.c158 char *tncs_message; member
668 if (tncs->tncs_message) in tncs_total_send_len()
669 len += os_strlen(tncs->tncs_message); in tncs_total_send_len()
690 if (tncs->tncs_message) { in tncs_copy_send_buf()
691 size_t len = os_strlen(tncs->tncs_message); in tncs_copy_send_buf()
692 os_memcpy(pos, tncs->tncs_message, len); in tncs_copy_send_buf()
694 os_free(tncs->tncs_message); in tncs_copy_send_buf()
695 tncs->tncs_message = NULL; in tncs_copy_send_buf()
814 os_free(tncs->tncs_message); in tncs_derive_recommendation()
815 tncs->tncs_message = os_zalloc(200); in tncs_derive_recommendation()
[all …]