renamed capwap directory to cw.
FossilOrigin-Name: 8a43dd9d05a4cb73210243ddd8df2a26f16c7ef2c4d4e36ab446de1f65d88223
This commit is contained in:
11
src/cw/capwap_strings_vendor.c
Normal file
11
src/cw/capwap_strings_vendor.c
Normal file
@ -0,0 +1,11 @@
|
||||
#include "capwap.h"
|
||||
|
||||
|
||||
struct cw_strlist_elem 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" }
|
||||
};
|
||||
Reference in New Issue
Block a user