Cisco specific LWAPP stuff.
FossilOrigin-Name: f9303c8e884ef872f89ac5e21232a1b0472b427ce57a808a4c92d3656a3b6417
This commit is contained in:
parent
c809225c83
commit
61943b4dc0
40
src/capwap/lwapp_cisco.h
Normal file
40
src/capwap/lwapp_cisco.h
Normal file
@ -0,0 +1,40 @@
|
||||
/*
|
||||
This file is part of libcapwap.
|
||||
|
||||
libcapwap is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
libcapwap is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with Foobar. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
*/
|
||||
|
||||
#ifndef __LWAPP_CISCO_H
|
||||
#define __LWAPP_CISCO_H
|
||||
|
||||
|
||||
#define LW_VENDOR_CISCO 4232704
|
||||
|
||||
|
||||
/* Vendor specific message elements LWAPP Cisco */
|
||||
|
||||
#define LW_ELEM_CISCO_PATH_MTU 73
|
||||
|
||||
|
||||
/* function proto types */
|
||||
extern int lw_put_cisco_path_mtu(uint8_t *dst, uint16_t max, uint16_t padding);
|
||||
|
||||
|
||||
#define lw_addelem_cisco_path_mtu(dst,max,padding) \
|
||||
lw_put_elem_hdr(dst,LW_ELEM_VENDOR_SPECIFIC,lw_put_cisco_path_mth(dst,max,padding))
|
||||
|
||||
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user