2015-04-05 20:26:33 +02:00
|
|
|
|
|
|
|
#include "capwap.h"
|
|
|
|
#include "cipwap.h"
|
2015-04-19 16:44:20 +02:00
|
|
|
#include "capwap_cisco.h"
|
2015-04-05 20:26:33 +02:00
|
|
|
|
|
|
|
|
|
|
|
struct cw_str cipwap_strings_elem[] = {
|
|
|
|
|
|
|
|
{CW_ELEM_WTP_IPV4_IP_ADDRESS, "WTP IPv4 IP Address"},
|
|
|
|
{CW_ELEM_WTP_IPV6_IP_ADDRESS, "WTP IPv6 IP Address"},
|
2015-04-19 16:44:20 +02:00
|
|
|
|
|
|
|
{CW_CISCO_AP_GROUP_NAME, "WTP Group Name" },
|
|
|
|
|
2015-04-21 08:24:59 +02:00
|
|
|
{CW_STR_STOP,"Unknown Element"}
|
2015-04-05 20:26:33 +02:00
|
|
|
|
|
|
|
};
|