Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:id_len

57 	size_t id_len;
811 sm, &data->ssl, EAP_TYPE_FAST, &data->id_len);
814 data->session_id, data->id_len);
1344 static const u8 * eap_fast_get_a_id(const u8 *buf, size_t len, size_t *id_len)
1354 *id_len = len;
1364 *id_len = tlen;
1367 wpa_hexdump_ascii(MSG_DEBUG, "EAP-FAST: A-ID", a_id, *id_len);
1720 id = os_malloc(data->id_len);
1724 *len = data->id_len;
1725 os_memcpy(id, data->session_id, data->id_len);