log PA-TNC attribute names

This commit is contained in:
Andreas Steffen
2011-09-08 12:08:12 +02:00
parent f0255cd1c9
commit ac520f2fdf
10 changed files with 105 additions and 6 deletions
+8
View File
@@ -26,6 +26,14 @@ typedef struct pa_tnc_attr_t pa_tnc_attr_t;
#include <library.h>
#include <pen/pen.h>
/**
* Return the PA-TNC attribute names for a given PEN
*
* @param pen Private Enterprise Number (PEN)
* @return pa_attr_names if found, NULL else
*/
extern enum_name_t *get_pa_attr_names(pen_t pen);
/**
* Interface for an RFC 5792 PA-TNC Posture Attribute.
*