Home | History | Annotate | Download | only in eap_server

Lines Matching refs:nbuf

1045 		char *nbuf;
1046 nbuf = os_malloc(parse.user_name_len * 4 + 1);
1047 if (nbuf) {
1048 printf_encode(nbuf, parse.user_name_len * 4 + 1,
1051 eap_log_msg(sm, "TTLS-User-Name '%s'", nbuf);
1052 os_free(nbuf);