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.c562 int more_fragments, length_included; local
584 length_included = data->tls_out_pos == 0 &&
587 if (!length_included &&
596 length_included = 1;
599 *out_data = eap_tls_msg_alloc(eap_type, 1 + length_included * 4 + len,
608 if (length_included) {
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_tls_common.c562 int more_fragments, length_included; local
584 length_included = data->tls_out_pos == 0 &&
587 if (!length_included &&
596 length_included = 1;
599 *out_data = eap_tls_msg_alloc(eap_type, 1 + length_included * 4 + len,
608 if (length_included) {
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_tls_common.c562 int more_fragments, length_included; local
584 length_included = data->tls_out_pos == 0 &&
587 if (!length_included &&
596 length_included = 1;
599 *out_data = eap_tls_msg_alloc(eap_type, 1 + length_included * 4 + len,
608 if (length_included) {

Completed in 101 milliseconds