Searched refs:tls_msg_len (Results 1 – 1 of 1) sorted by relevance
766 unsigned int tls_msg_len; in eap_peer_tls_process_init() local810 tls_msg_len = WPA_GET_BE32(pos); in eap_peer_tls_process_init()812 tls_msg_len); in eap_peer_tls_process_init()814 data->tls_in_total = tls_msg_len; in eap_peer_tls_process_init()815 data->tls_in_left = tls_msg_len; in eap_peer_tls_process_init()822 if (left > tls_msg_len) { in eap_peer_tls_process_init()825 "bytes)", (int) tls_msg_len, (int) left); in eap_peer_tls_process_init()