Removed cwrmsg.h
FossilOrigin-Name: 52b6b3aa35af4da386e334bcff91f1e406e1ac88ac505c410d34dda33f371790
This commit is contained in:
parent
d69e29f837
commit
6988c41f71
@ -106,7 +106,7 @@ static void wtpman_run_discovery(void *arg)
|
|||||||
|
|
||||||
|
|
||||||
struct wtpman *wtpman = (struct wtpman *) arg;
|
struct wtpman *wtpman = (struct wtpman *) arg;
|
||||||
struct cwrmsg *cwrmsg;
|
//struct cwrmsg *cwrmsg;
|
||||||
|
|
||||||
struct conn * conn = wtpman->conn;
|
struct conn * conn = wtpman->conn;
|
||||||
|
|
||||||
@ -154,7 +154,7 @@ conn->radios = mbag_create();
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
timer = cw_timer_start(10);
|
timer = cw_timer_start(10);
|
||||||
cwrmsg = wtpman_wait_for_message(wtpman, timer);
|
cwrmsg = wtpman_wait_for_message(wtpman, timer);
|
||||||
|
|
||||||
@ -202,16 +202,18 @@ conn->radios = mbag_create();
|
|||||||
|
|
||||||
struct ac_info *acinfo = get_acinfo();
|
struct ac_info *acinfo = get_acinfo();
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
/* char wtpinfostr[8192];
|
/* char wtpinfostr[8192];
|
||||||
wtpinfo_print(wtpinfostr,&wtpman->wtpinfo);
|
wtpinfo_print(wtpinfostr,&wtpman->wtpinfo);
|
||||||
cw_dbg(DBG_INFO,"Discovery request gave us the follwing WTP Info:\n%s",wtpinfostr);
|
cw_dbg(DBG_INFO,"Discovery request gave us the follwing WTP Info:\n%s",wtpinfostr);
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
cwsend_discovery_response(wtpman->conn, cwrmsg->seqnum, &radioinfo, acinfo,
|
cwsend_discovery_response(wtpman->conn, cwrmsg->seqnum, &radioinfo, acinfo,
|
||||||
&wtpman->wtpinfo);
|
&wtpman->wtpinfo);
|
||||||
wtpman_remove(wtpman);
|
wtpman_remove(wtpman);
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user