HomeSort by relevance Sort by last modified time
    Searched full:length_included (Results 1 - 1 of 1) sorted by null

  /external/wpa_supplicant_8/src/eap_peer/
eap_tls_common.c 551 int more_fragments, length_included; local
573 length_included = data->tls_out_pos == 0 &&
576 if (!length_included &&
585 length_included = 1;
588 *out_data = eap_tls_msg_alloc(eap_type, 1 + length_included * 4 + len,
597 if (length_included) {
    [all...]

Completed in 43 milliseconds