Initieal commit.
FossilOrigin-Name: a8ea3d6da9e6508794ced622ac6b1a4364add9da4d30ea1c695b222d968cc2a7
This commit is contained in:
11
src/capwap/lw_readelem_vendor_specific.c
Normal file
11
src/capwap/lw_readelem_vendor_specific.c
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
#include "lwapp.h"
|
||||
|
||||
int lw_readelem_vendor_specific(void * data,int msgtype,int elemtype,uint8_t *msgelem, int len)
|
||||
{
|
||||
if (elemtype != LW_ELEM_VENDOR_SPECIFIC)
|
||||
return 0;
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user