More Cisco and LWAP specific stuff added.
WTP cann connect to a WLC and wait for and dump config update requests. FossilOrigin-Name: 5b69ac4d9fd9f9a54395fe24de3456fff3bb76458d64c863d3cb7245dbda629c
This commit is contained in:
@ -28,14 +28,22 @@
|
||||
|
||||
/* Vendor specific message elements LWAPP Cisco */
|
||||
|
||||
#define LW_CISCO_AP_USERNAME_PASSWORD 20
|
||||
|
||||
#define LW_CISCO_AC_IP_ADDR_WITH_INDEX 32
|
||||
#define LW_CISCO_AP_LOGHOST_CONFIG 36
|
||||
|
||||
#define LW_CISCO_PATH_MTU 73
|
||||
|
||||
#define LW_CISCO_ADD_WLAN 128
|
||||
|
||||
#define LW_CISCO_MWAR_HASH_VALUE 134
|
||||
|
||||
|
||||
/* function proto types */
|
||||
extern int lw_put_cisco_path_mtu(uint8_t *dst, uint16_t max, uint16_t padding);
|
||||
|
||||
extern const char * lw_cisco_id_to_str(int elem_id);
|
||||
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user