Changeset 14066
- Timestamp:
- 03/08/10 07:49:25 (3 years ago)
- File:
-
- 1 edited
-
src/router/httpd/modules/broadcom.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/httpd/modules/broadcom.c
r14021 r14066 2671 2671 webs_t stream, char *query) 2672 2672 { 2673 2673 /* 2674 2674 #ifdef HAVE_MADWIFI 2675 2675 char *ifname = "ath0"; … … 2722 2722 wpakey = ""; 2723 2723 } 2724 2724 */ 2725 2725 websWrite(stream, "<html>\n"); 2726 2726 websWrite(stream, "<head>\n"); … … 2732 2732 websWrite(stream, "DEVICE_VSP_VERSION=0.1<br>\n"); 2733 2733 websWrite(stream, "DEVICE_VENDOR=BUFFALO INC.<br>\n"); 2734 websWrite(stream, "DEVICE_MODEL=%s DDWRT<br>\n", nvram_safe_get("DD_BOARD"));2734 websWrite(stream, "DEVICE_MODEL=%s DDWRT<br>\n", nvram_safe_get("DD_BOARD")); 2735 2735 websWrite(stream, "DEVICE_FIRMWARE_VERSION=1.00<br>\n"); 2736 websWrite(stream, "<br>\n");2737 2736 websWrite(stream, "WIRELESS_DEVICE_NUMBER=1<br>\n"); 2738 websWrite(stream, "<br>\n");2739 websWrite(stream, "WIRELESS_1_PRESET_AUTHMODE=%s<br>\n", authmode);2740 websWrite(stream, "WIRELESS_1_PRESET_ENCRYPT=%s<br>\n", encrypt);2741 websWrite(stream, " WIRELESS_1_PRESET_ENCRYPT_KEY=%s<br>\n", wpakey);2742 websWrite(stream, "DEVICE_URL_ GET=/vsp.html\n");2743 websWrite(stream, "DEVICE_URL_SET=/vsp.html\n"); 2737 // websWrite(stream, "WIRELESS_1_PRESET_AUTHMODE=%s<br>\n", authmode); 2738 // websWrite(stream, "WIRELESS_1_PRESET_ENCRYPT=%s<br>\n", encrypt); 2739 // websWrite(stream, "WIRELESS_1_PRESET_ENCRYPT_KEY=%s<br>\n", wpakey); 2740 websWrite(stream, "DEVICE_URL_GET=/vsp.html<br>\n"); 2741 websWrite(stream, "DEVICE_URL_SET=/vsp.html<br>\n"); 2742 2744 2743 websWrite(stream, "</pre>\n"); 2745 2744 websWrite(stream, "</body>\n");
Note: See TracChangeset
for help on using the changeset viewer.
