Searched refs:ssid_html (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dbroadcom.c1825 static char ssid_html[32*5+1]; /* *5 => &#255 */ local
1826 char *c = NULL, *pssid = ssid_html;;
1827 int len, size = sizeof(ssid_html);
1829 /* Clear static ssid_html */
1830 memset(ssid_html, 0, sizeof(ssid_html));
1843 return ssid_html;

Completed in 130 milliseconds