More WTP work...
FossilOrigin-Name: afda76caa13c6b6daf59e1482844be8c1a0b6aa26760175f105c1b1aecbbb448
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
|
||||
"wtp_board_data" : {
|
||||
"vendor_id": 4232704,
|
||||
"model_no": "Tobias Herre",
|
||||
"model_no": "Moodle",
|
||||
"serial_no": "2045",
|
||||
},
|
||||
|
||||
|
@ -8,6 +8,10 @@ int configure()
|
||||
{
|
||||
|
||||
struct conn * conn = get_conn();
|
||||
cw_send_request(conn,CW_MSG_CONFIGURATION_STATUS_REQUEST);
|
||||
|
||||
|
||||
|
||||
/* struct wtpinfo * wtpinfo = get_wtpinfo();
|
||||
|
||||
struct radioinfo *rip = &(wtpinfo->radioinfo[0]);
|
||||
|
@ -4,6 +4,7 @@
|
||||
#include <sys/socket.h>
|
||||
|
||||
#include "capwap/capwap.h"
|
||||
#include "capwap/cipwap.h"
|
||||
#include "capwap/capwap_items.h"
|
||||
#include "capwap/conn.h"
|
||||
#include "capwap/log.h"
|
||||
@ -63,7 +64,7 @@ int main()
|
||||
struct conn *conn = the_conn;
|
||||
|
||||
|
||||
cw_register_actions_capwap_wtp(&capwap_actions);
|
||||
cw_register_actions_cipwap_wtp(&capwap_actions);
|
||||
////cw_register_actions_capwap_80211_wtp(&capwap_actions);
|
||||
|
||||
conn->actions = &capwap_actions;
|
||||
@ -109,6 +110,7 @@ int main()
|
||||
the_conn->strict_capwap=0;
|
||||
discovery();
|
||||
join();
|
||||
configure();
|
||||
//image_update();
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user