Home
last modified time | relevance | path

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

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