wtp group name
FossilOrigin-Name: 75589bf0cfeda39e50612a87f2762bab9639e26fb2bf8efbf9c444f48bece68e
This commit is contained in:
parent
b8a06da8c4
commit
d8b1ab1920
@ -10,6 +10,7 @@ const char CIPWAP_ITEM_SSH_ENABLE[]="ssh_enable";
|
||||
const char CIPWAP_ITEM_TELNET_ENABLE[]="telnet_enable";
|
||||
const char CIPWAP_ITEM_AC_HASH_VALUE[]="ac_hash_value";
|
||||
const char CIPWAP_ITEM_LOG_FACILITY[]="log_facility";
|
||||
const char CIPWAP_ITEM_WTP_GROUP_NAME[]="wtp_group";
|
||||
|
||||
|
||||
|
||||
@ -20,6 +21,7 @@ struct cw_itemdef cipwap_itemdefs[] = {
|
||||
{CIPWAP_ITEM_SSH_ENABLE,CW_ITEM_NONE,MBAG_BYTE},
|
||||
{CIPWAP_ITEM_AC_HASH_VALUE,CW_ITEM_NONE,MBAG_BSTR16},
|
||||
{CIPWAP_ITEM_LOG_FACILITY,CW_ITEM_NONE,MBAG_BYTE},
|
||||
{CIPWAP_ITEM_WTP_GROUP_NAME,CW_ITEM_NONE,MBAG_BSTR16},
|
||||
|
||||
{CW_ITEM_NONE}
|
||||
|
||||
|
@ -5,6 +5,8 @@ extern const char CIPWAP_ITEM_SSH_ENABLE[];
|
||||
extern const char CIPWAP_ITEM_TELNET_ENABLE[];
|
||||
extern const char CIPWAP_ITEM_AC_HASH_VALUE[];
|
||||
extern const char CIPWAP_ITEM_LOG_FACILITY[];
|
||||
extern const char CIPWAP_ITEM_WTP_GROUP_NAME[];
|
||||
|
||||
|
||||
|
||||
extern const char CIPWAP_RADIOITEM80211_OCCUPANCY_LIMIT[];
|
||||
|
Loading…
Reference in New Issue
Block a user