More Cisco and LWAP specific stuff added.
WTP cann connect to a WLC and wait for and dump config update requests. FossilOrigin-Name: 5b69ac4d9fd9f9a54395fe24de3456fff3bb76458d64c863d3cb7245dbda629c
This commit is contained in:
@ -16,6 +16,13 @@ int configure()
|
||||
|
||||
int rc = cw_readmsg_configuration_status_response(cwrmsg->msgelems,cwrmsg->msgelems_len);
|
||||
|
||||
exit(0);
|
||||
printf("Chage Sate\n");
|
||||
cw_prepare_change_state_event_request(conn,rip,wtpinfo);
|
||||
cwrmsg = conn_send_request(conn);
|
||||
|
||||
|
||||
printf("Got change resp %p\n",cwrmsg);
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user