Removed some old code.
FossilOrigin-Name: 820f315c8498e4ad83cb128d204d4e9e03070c7f023bfbd0fda3b79ce551b4c5
This commit is contained in:
parent
9a6da5aca1
commit
bda60fc82b
@ -46,9 +46,10 @@ extern struct cw_actiondef capwap_actions;
|
|||||||
|
|
||||||
#define CLIENT_IP (sock_addr2str(&wtpman->conn->addr))
|
#define CLIENT_IP (sock_addr2str(&wtpman->conn->addr))
|
||||||
|
|
||||||
void conn_handle_change_state_event_request(struct conn *conn)
|
/*void conn_handle_change_state_event_request(struct conn *conn)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
struct rh_param {
|
struct rh_param {
|
||||||
@ -141,7 +142,8 @@ static void wtpman_run_discovery(void *arg)
|
|||||||
struct mbag_item *wn = mbag_get(wtpman->conn->incomming, CW_ITEM_WTP_NAME);
|
struct mbag_item *wn = mbag_get(wtpman->conn->incomming, CW_ITEM_WTP_NAME);
|
||||||
|
|
||||||
if (wn) {
|
if (wn) {
|
||||||
//printf("WTP Name: %s\n", wn->data);
|
// printf("WTP Name: %s\n", wn->data);
|
||||||
|
// exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
wtpman_remove(wtpman);
|
wtpman_remove(wtpman);
|
||||||
@ -150,12 +152,6 @@ static void wtpman_run_discovery(void *arg)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static void wtpman_run_run(void *arg)
|
|
||||||
{
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
static int wtpman_establish_dtls(void *arg)
|
static int wtpman_establish_dtls(void *arg)
|
||||||
@ -612,8 +608,9 @@ void wtpman_start(struct wtpman *wtpman, int dtlsmode)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
void wtpman_lw_start(struct wtpman *wtpman)
|
void wtpman_lw_start(struct wtpman *wtpman)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user