httpd: wl.c - Add central channel for future updates to the GUI Wireless Survey

Note: see https://www.linksysinfo.org/index.php?threads/test-help-needed-pimp-my-wireless-survey-v0-96.75607/
arm-master
M_ars 2 years ago committed by pedro
parent 1ad6581a64
commit d09e921a06

@ -870,7 +870,7 @@ next_info:
else
web_printf("'%s',", "NONE");
web_printf("'%s']", CHSPEC_IS2G(apinfos_ext[i].chanspec) ? "2.4" : "5");
web_printf("'%s',%d]", CHSPEC_IS2G(apinfos_ext[i].chanspec) ? "2.4" : "5", apinfos[i].channel); /* add central channel at the end of the array */
}
free(results);

Loading…
Cancel
Save