Searched refs:tls_msg_len (Results 1 – 1 of 1) sorted by relevance
755 unsigned int tls_msg_len; in eap_peer_tls_process_init() local799 tls_msg_len = WPA_GET_BE32(pos); in eap_peer_tls_process_init()801 tls_msg_len); in eap_peer_tls_process_init()803 data->tls_in_total = tls_msg_len; in eap_peer_tls_process_init()804 data->tls_in_left = tls_msg_len; in eap_peer_tls_process_init()811 if (left > tls_msg_len) { in eap_peer_tls_process_init()814 "bytes)", (int) tls_msg_len, (int) left); in eap_peer_tls_process_init()