Removed cwrmsg.h

FossilOrigin-Name: 52b6b3aa35af4da386e334bcff91f1e406e1ac88ac505c410d34dda33f371790
This commit is contained in:
7u83@mail.ru 2015-04-26 12:15:12 +00:00
parent d69e29f837
commit 6988c41f71
1 changed files with 5 additions and 3 deletions

View File

@ -106,7 +106,7 @@ static void wtpman_run_discovery(void *arg)
struct wtpman *wtpman = (struct wtpman *) arg;
struct cwrmsg *cwrmsg;
//struct cwrmsg *cwrmsg;
struct conn * conn = wtpman->conn;
@ -154,7 +154,7 @@ conn->radios = mbag_create();
/*
timer = cw_timer_start(10);
cwrmsg = wtpman_wait_for_message(wtpman, timer);
@ -202,16 +202,18 @@ conn->radios = mbag_create();
struct ac_info *acinfo = get_acinfo();
*/
/* char wtpinfostr[8192];
wtpinfo_print(wtpinfostr,&wtpman->wtpinfo);
cw_dbg(DBG_INFO,"Discovery request gave us the follwing WTP Info:\n%s",wtpinfostr);
*/
/*
cwsend_discovery_response(wtpman->conn, cwrmsg->seqnum, &radioinfo, acinfo,
&wtpman->wtpinfo);
wtpman_remove(wtpman);
*/
}