Searched refs:length_included (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_tls_common.c580 int more_fragments, length_included; local
602 length_included = data->tls_out_pos == 0 &&
605 if (!length_included &&
614 length_included = 1;
617 *out_data = eap_tls_msg_alloc(eap_type, 1 + length_included * 4 + len,
626 if (length_included) {
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_tls_common.c580 int more_fragments, length_included; local
602 length_included = data->tls_out_pos == 0 &&
605 if (!length_included &&
614 length_included = 1;
617 *out_data = eap_tls_msg_alloc(eap_type, 1 + length_included * 4 + len,
626 if (length_included) {
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_tls_common.c580 int more_fragments, length_included; local
602 length_included = data->tls_out_pos == 0 &&
605 if (!length_included &&
614 length_included = 1;
617 *out_data = eap_tls_msg_alloc(eap_type, 1 + length_included * 4 + len,
626 if (length_included) {

Completed in 45 milliseconds