Some AC actions added.
FossilOrigin-Name: 81ab5c5c07e3ed0b84527274f3c80314fc6411fdd9aede3dba3b2cb2ae0eef8c
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
|
||||
#include "jsmn.h"
|
||||
|
||||
|
||||
#include "cfg.h"
|
||||
|
||||
|
||||
|
||||
@ -168,9 +168,12 @@ cw_set_msg_end_callback(conn,CW_STATE_CONFIGURE,CW_MSG_CONFIGURATION_STATUS_RESP
|
||||
|
||||
|
||||
|
||||
the_conn->strict_capwap=0;
|
||||
discovery();
|
||||
join();
|
||||
the_conn->strict_capwap=1;
|
||||
if (!discovery())
|
||||
return -1;
|
||||
if (!join())
|
||||
return -1;
|
||||
|
||||
mavl_destroy(conn->incomming);
|
||||
conn->incomming=conn->config;
|
||||
configure();
|
||||
|
Reference in New Issue
Block a user