fixed typos
FossilOrigin-Name: 803a53904ea811aa4096c32610ee91dd04b7498d1d3fdd49a72f1f2d1b76da31
This commit is contained in:
parent
6e2c5b510e
commit
a54b6ea36c
@ -4,8 +4,8 @@
|
|||||||
<Project Name="wtp" Path="wtp.project" Active="No"/>
|
<Project Name="wtp" Path="wtp.project" Active="No"/>
|
||||||
<Project Name="mod_cipwap" Path="mod_cipwap.project" Active="No"/>
|
<Project Name="mod_cipwap" Path="mod_cipwap.project" Active="No"/>
|
||||||
<Project Name="mod_capwap" Path="mod_capwap.project" Active="No"/>
|
<Project Name="mod_capwap" Path="mod_capwap.project" Active="No"/>
|
||||||
<Project Name="mod_cisco" Path="mod_cisco.project" Active="Yes"/>
|
<Project Name="mod_cisco" Path="mod_cisco.project" Active="No"/>
|
||||||
<Project Name="libcw" Path="libcw.project" Active="No"/>
|
<Project Name="libcw" Path="libcw.project" Active="Yes"/>
|
||||||
<Project Name="mod_capwap80211" Path="mod_capwap80211.project" Active="No"/>
|
<Project Name="mod_capwap80211" Path="mod_capwap80211.project" Active="No"/>
|
||||||
<BuildMatrix>
|
<BuildMatrix>
|
||||||
<WorkspaceConfiguration Name="Debug" Selected="yes">
|
<WorkspaceConfiguration Name="Debug" Selected="yes">
|
||||||
|
@ -36,6 +36,7 @@
|
|||||||
#include "lwapp.h"
|
#include "lwapp.h"
|
||||||
#include "strlist.h"
|
#include "strlist.h"
|
||||||
|
|
||||||
|
|
||||||
/* capwap version and iana number */
|
/* capwap version and iana number */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -55,7 +56,7 @@
|
|||||||
#define CAPWAP_VERSION (0)
|
#define CAPWAP_VERSION (0)
|
||||||
|
|
||||||
#define CAPWAP_IANA_ENTERPRISE_NUMBER 0
|
#define CAPWAP_IANA_ENTERPRISE_NUMBER 0
|
||||||
*
|
|
||||||
/** CAPWAP Control Port*/
|
/** CAPWAP Control Port*/
|
||||||
#define CAPWAP_CONTROL_PORT 5246
|
#define CAPWAP_CONTROL_PORT 5246
|
||||||
/** CAPWAP Control Port as String */
|
/** CAPWAP Control Port as String */
|
||||||
@ -165,7 +166,7 @@
|
|||||||
* @defgroup CAPWAPMsgElems CAPWAP Message Elements
|
* @defgroup CAPWAPMsgElems CAPWAP Message Elements
|
||||||
* @brief CAPWAP message elements as defined in RFC 5415
|
* @brief CAPWAP message elements as defined in RFC 5415
|
||||||
* @{
|
* @{
|
||||||
*/namin
|
*/ //namin
|
||||||
|
|
||||||
#define CW_ELEM_AC_DESCRIPTOR 1 /**< AC Descriptor */
|
#define CW_ELEM_AC_DESCRIPTOR 1 /**< AC Descriptor */
|
||||||
#define CW_ELEM_AC_IPV4_LIST 2 /**< AC IP V4 List */
|
#define CW_ELEM_AC_IPV4_LIST 2 /**< AC IP V4 List */
|
||||||
|
Loading…
Reference in New Issue
Block a user