CIPWAP AC Name added.
FossilOrigin-Name: de7f6e8922fae4e75779b5c550289ae43438eed48bebb2b375826ec7bafdb0ce
This commit is contained in:
parent
098fad2c60
commit
176080c4cf
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user