Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/src/eap_peer/
Deap_tls_common.c755 unsigned int tls_msg_len; in eap_peer_tls_process_init() local
799 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()