diff --git a/src/ac/conf.c b/src/ac/conf.c index 52fbdfde..4ad7f375 100644 --- a/src/ac/conf.c +++ b/src/ac/conf.c @@ -390,7 +390,7 @@ static int init_listen_addrs() if (ifa->ifa_addr->sa_family == AF_INET && conf_ipv4) { sock_addrtostr(ifa->ifa_addr, str, 100,0); - printf("The converter has %s\n",str); +// printf("The converter has %s\n",str); // *strchr(str, ':') = 0; conf_listen_addrs[ctr] = (char *) cw_setstr((uint8_t **) & conf_listen_addrs[ctr], @@ -402,7 +402,7 @@ static int init_listen_addrs() if (ifa->ifa_addr->sa_family == AF_INET6 && conf_ipv6) { sock_addrtostr(ifa->ifa_addr, str, 100,0); - printf("The converter has %s\n",str); +// printf("The converter has %s\n",str); if (strncmp(str, "fe80:", 5) == 0) { strcat(str, "%"); diff --git a/src/mod/capwap/capwap_actions_wtp.c b/src/mod/capwap/capwap_actions_wtp.c index b98cd49d..56cbeda0 100644 --- a/src/mod/capwap/capwap_actions_wtp.c +++ b/src/mod/capwap/capwap_actions_wtp.c @@ -334,9 +334,6 @@ static cw_action_out_t actions_out[] = { } , -// {CW_MSG_CONFIGURATION_STATUS_REQUEST, CW_ITEM_RADIO_ADMINISTRATIVE_STATE, 0, -// CW_ELEM_RADIO_ADMINISTRATIVE_STATE, NULL, cw_out_radio_administrative_states, cw_out_get_config,1} - /* --------------------------------------------------------------- diff --git a/src/wtp/cfg.json b/src/wtp/cfg.json index a64410a1..d0b5c3c0 100644 --- a/src/wtp/cfg.json +++ b/src/wtp/cfg.json @@ -1,6 +1,13 @@ { "ecn_support":"0", "location_data":"Superposition", + "result_code":"21", + "wtp_board_data":{ + "model_no":"W-FAT", + "serial_no":"0000", + "vendor_id":"11591", + "wtp_board_macadddress":"" + }, "wtp_bootloader_version":"11591,W-FAT-BL-0.1", "wtp_hardware_version":"11591,0.1", "wtp_name":"WFAT-004A9902FAC0",