Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:id_len

57 	size_t id_len;
794 sm, &data->ssl, EAP_TYPE_FAST, &data->id_len);
797 data->session_id, data->id_len);
1324 static const u8 * eap_fast_get_a_id(const u8 *buf, size_t len, size_t *id_len)
1334 *id_len = len;
1344 *id_len = tlen;
1347 wpa_hexdump_ascii(MSG_DEBUG, "EAP-FAST: A-ID", a_id, *id_len);
1693 id = os_malloc(data->id_len);
1697 *len = data->id_len;
1698 os_memcpy(id, data->session_id, data->id_len);