CIPWAP AC Name added.

FossilOrigin-Name: de7f6e8922fae4e75779b5c550289ae43438eed48bebb2b375826ec7bafdb0ce
This commit is contained in:
7u83@mail.ru 2015-04-13 10:45:33 +00:00
parent 098fad2c60
commit 176080c4cf
1 changed files with 15 additions and 0 deletions

View File

@ -32,6 +32,13 @@
CW_ITEM_SESSION_ID, /* ID to use store */ \
4, 16 /* min/max length */
#define CW_ACTION_IN_CIPWAP_AC_NAME \
CW_ELEM_AC_NAME, /* Element ID*/ \
cw_in_generic, 0, /* start/end callback */ \
CW_ITEMTYPE_STR, /* Type of element */ \
CW_ITEM_AC_NAME, /* ID to use store */ \
0, 512 /* min/max length */
@ -92,6 +99,14 @@ cw_action_in_t cipwap_actions_ac_in[] = {
,
/* ------------------------------------------------------------------------------- */
/* Message: Configuration Status Request */
/* Element: AC Name */
{0, 0, CW_STATE_CONFIGURE, CW_MSG_CONFIGURATION_STATUS_REQUEST,
CW_ACTION_IN_CIPWAP_AC_NAME, 1}
,
{0,0,0}