cisco in wtp radio configuration
(still imncomplete) FossilOrigin-Name: 121a957440498dba19c1b41bfdcad2d2b02c33ad446f09b2a37c4284eafb6652
This commit is contained in:
parent
8454196e0c
commit
1317228019
@ -17,7 +17,8 @@ OBJS=\
|
|||||||
cisco_in_telnet_ssh.o \
|
cisco_in_telnet_ssh.o \
|
||||||
cisco_out_radio_administrative_states.o \
|
cisco_out_radio_administrative_states.o \
|
||||||
cisco_items.o \
|
cisco_items.o \
|
||||||
cisco80211_in_mac_operation.o
|
cisco80211_in_mac_operation.o \
|
||||||
|
cisco80211_in_wtp_radio_configuration.o
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -428,6 +428,7 @@ int cisco_register_actions80211_ac(struct cw_actiondef *def)
|
|||||||
rc=0;
|
rc=0;
|
||||||
rc = cw_actionlist_in_register_actions(def->in, actions80211_in);
|
rc = cw_actionlist_in_register_actions(def->in, actions80211_in);
|
||||||
rc += cw_itemdefheap_register(def->items, cisco_itemdefs);
|
rc += cw_itemdefheap_register(def->items, cisco_itemdefs);
|
||||||
|
rc += cw_itemdefheap_register(def->radioitems, cisco_radioitemdefs);
|
||||||
|
|
||||||
/* rc += cw_actionlist_out_register_actions(def->out, actions_out);
|
/* rc += cw_actionlist_out_register_actions(def->out, actions_out);
|
||||||
|
|
||||||
|
@ -9,3 +9,14 @@ struct cw_itemdef cisco_itemdefs[] = {
|
|||||||
|
|
||||||
{CW_ITEM_NONE}
|
{CW_ITEM_NONE}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
const char CISCO_RADIOITEM80211_CFG_TYPE[]="cisco_radio_cfg_type";
|
||||||
|
|
||||||
|
struct cw_itemdef cisco_iradioitemdefs[] = {
|
||||||
|
|
||||||
|
{CISCO_RADIOITEM80211_CFG_TYPE,CW_ITEM_NONE,MBAG_BYTE},
|
||||||
|
|
||||||
|
{CW_ITEM_NONE}
|
||||||
|
};
|
||||||
|
@ -5,4 +5,8 @@ extern const char CISCO_ITEM_AP_MODE_AND_TYPE[];
|
|||||||
|
|
||||||
extern struct cw_itemdef cisco_itemdefs[];
|
extern struct cw_itemdef cisco_itemdefs[];
|
||||||
|
|
||||||
|
extern const char CISCO_RADIOITEM80211_CFG_TYPE[];
|
||||||
|
|
||||||
|
extern struct cw_itemdef cisco_radioitemdefs[];
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user