Renaming to IEEE802.11

FossilOrigin-Name: 5f2f93f27e546fd8d65e5bf67f52b93403aaeab74de0d710f9c8a46c81fba23d
This commit is contained in:
7u83@mail.ru 2018-03-28 17:47:23 +00:00
parent d05617e84e
commit 6780eef364
3 changed files with 5 additions and 3 deletions

View File

@ -4,9 +4,9 @@
<Project Name="wtp" Path="wtp.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_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="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"/>
<BuildMatrix>
<WorkspaceConfiguration Name="Debug" Selected="yes">

View File

@ -13,7 +13,7 @@
static struct cw_ElemHandler handlers[] = {
{
"80211 WTP Radio Information", /* name */
"IEEE 802.11 WTP Radio Information", /* name */
CAPWAP80211_ELEM_WTP_RADIO_INFORMATION, /* Element ID */
0, 0, /* Vendor / Proto */
0, 0, /* min/max length */

View File

@ -59,6 +59,8 @@ static int run_discovery(struct conn *conn)
}
/*
mbag_t discs;
discs = mbag_get_mavl(conn->remote, CW_ITEM_DISCOVERIES);