Renaming to IEEE802.11
FossilOrigin-Name: 5f2f93f27e546fd8d65e5bf67f52b93403aaeab74de0d710f9c8a46c81fba23d
This commit is contained in:
parent
d05617e84e
commit
6780eef364
@ -4,9 +4,9 @@
|
|||||||
<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="No"/>
|
||||||
<Project Name="mod_capwap80211" Path="mod_capwap80211.project" Active="No"/>
|
<Project Name="mod_capwap80211" Path="mod_capwap80211.project" Active="Yes"/>
|
||||||
<Project Name="mod_fortinet" Path="mod_fortinet.project" Active="No"/>
|
<Project Name="mod_fortinet" Path="mod_fortinet.project" Active="No"/>
|
||||||
<BuildMatrix>
|
<BuildMatrix>
|
||||||
<WorkspaceConfiguration Name="Debug" Selected="yes">
|
<WorkspaceConfiguration Name="Debug" Selected="yes">
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
static struct cw_ElemHandler handlers[] = {
|
static struct cw_ElemHandler handlers[] = {
|
||||||
{
|
{
|
||||||
"80211 WTP Radio Information", /* name */
|
"IEEE 802.11 WTP Radio Information", /* name */
|
||||||
CAPWAP80211_ELEM_WTP_RADIO_INFORMATION, /* Element ID */
|
CAPWAP80211_ELEM_WTP_RADIO_INFORMATION, /* Element ID */
|
||||||
0, 0, /* Vendor / Proto */
|
0, 0, /* Vendor / Proto */
|
||||||
0, 0, /* min/max length */
|
0, 0, /* min/max length */
|
||||||
|
@ -59,6 +59,8 @@ static int run_discovery(struct conn *conn)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
mbag_t discs;
|
mbag_t discs;
|
||||||
discs = mbag_get_mavl(conn->remote, CW_ITEM_DISCOVERIES);
|
discs = mbag_get_mavl(conn->remote, CW_ITEM_DISCOVERIES);
|
||||||
|
Loading…
Reference in New Issue
Block a user