gets a Cisco AP to open the data channel.
FossilOrigin-Name: 1bddebbebafcc8672809836c58a669359445338ed8c49f6160748208b19b0b50
This commit is contained in:
@ -9,7 +9,8 @@ OBJS=\
|
||||
capwap_out_get_session_id.o \
|
||||
capwap_out_get_idle_timeout.o \
|
||||
capwap_out_wtp_descriptor.o \
|
||||
capwap_in_wtp_descriptor.o
|
||||
capwap_in_wtp_descriptor.o \
|
||||
capwap_out_ac_ip_list.o
|
||||
|
||||
|
||||
NAME=libcapwap.a
|
||||
|
@ -584,6 +584,8 @@ static cw_action_out_t actions_out[]={
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* --------------------------------------------------------------------------
|
||||
* Join Response Message
|
||||
*/
|
||||
@ -644,6 +646,15 @@ static cw_action_out_t actions_out[]={
|
||||
,
|
||||
|
||||
|
||||
|
||||
{
|
||||
.msg_id = CW_MSG_JOIN_RESPONSE,
|
||||
.elem_id = CW_ELEM_AC_IPV4_LIST,
|
||||
.out = capwap_out_ac_ip_list
|
||||
|
||||
}
|
||||
,
|
||||
|
||||
/* --------------------------------------------------------------------------
|
||||
* Configuration Status Response Message - OUT
|
||||
*/
|
||||
@ -668,6 +679,13 @@ static cw_action_out_t actions_out[]={
|
||||
}
|
||||
,
|
||||
|
||||
{
|
||||
.msg_id = CW_MSG_CONFIGURATION_STATUS_RESPONSE,
|
||||
.elem_id = CW_ELEM_AC_IPV4_LIST,
|
||||
.out = capwap_out_ac_ip_list
|
||||
|
||||
}
|
||||
,
|
||||
|
||||
|
||||
|
||||
|
@ -22,4 +22,8 @@ extern struct mbag_item * capwap_out_get_idle_timeout(struct conn *conn,struct c
|
||||
|
||||
extern struct mbag_item * capwap_out_get_capwap_timers(struct conn *conn,struct cw_action_out * a);
|
||||
|
||||
extern int capwap_out_ac_ip_list(struct conn *conn, struct cw_action_out *a, uint8_t * dst);
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user