android: Add device ID in BeginHandshake

This commit is contained in:
Tobias Brunner
2013-07-08 18:49:30 +02:00
parent 8a5bffb0fe
commit 671614d229
@@ -488,6 +488,8 @@ static TNC_Result tnc_imc_beginhandshake(TNC_IMCID imc_id,
out_msg, NULL);
add_measurement((pen_type_t){ PEN_IETF, IETF_ATTR_STRING_VERSION },
out_msg, NULL);
add_measurement((pen_type_t){ PEN_ITA, ITA_ATTR_DEVICE_ID },
out_msg, NULL);
/* send PA-TNC message with the excl flag not set */
result = out_msg->send(out_msg, FALSE);
out_msg->destroy(out_msg);