output all known PA-TNC subtype names

This commit is contained in:
Andreas Steffen
2011-06-24 17:31:47 +02:00
parent 535f5d8a10
commit b324976aa1
9 changed files with 215 additions and 42 deletions
+2 -1
View File
@@ -21,6 +21,7 @@
#include <ita/ita_attr_command.h>
#include <tncif_names.h>
#include <tncif_pa_subtypes.h>
#include <pen/pen.h>
#include <debug.h>
@@ -30,7 +31,7 @@
static const char imc_name[] = "Test";
#define IMC_VENDOR_ID PEN_ITA
#define IMC_SUBTYPE 0x01
#define IMC_SUBTYPE PA_SUBTYPE_ITA_TEST
static imc_agent_t *imc_test;
+2 -1
View File
@@ -21,6 +21,7 @@
#include <ita/ita_attr_command.h>
#include <tncif_names.h>
#include <tncif_pa_subtypes.h>
#include <pen/pen.h>
#include <debug.h>
@@ -30,7 +31,7 @@
static const char imv_name[] = "Test";
#define IMV_VENDOR_ID PEN_ITA
#define IMV_SUBTYPE 0x01
#define IMV_SUBTYPE PA_SUBTYPE_ITA_TEST
static imv_agent_t *imv_test;