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 580 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) {
    [all...]

Completed in 66 milliseconds