AC-Tube
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
actube/src/cw/capwap_strings_vendor.c

12 lines
289 B

#include "capwap.h"
#include "vendors.h"
struct cw_StrListElem capwap_strings_vendor[] = {
{ CW_VENDOR_ID_CISCO, "Cisco" },
{ CW_VENDOR_ID_ZYXEL, "Zyxel" },
{ CW_VENDOR_ID_FSF, "FSF"},
{ CW_VENDOR_ID_LANCOM, "Lancom"},
{ CW_VENDOR_ID_FORTINET, "Fortinet"},
{ CW_STR_STOP, "Unknown" }
};