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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dbroadcom.c2552 static char wps_autho_sta_mac[sizeof("00:00:00:00:00:00")]; variable
2927 websWrite(wp,"<td><input name=\"wps_autho_sta_mac\" value=\"\" size=\"17\" maxlength=\"17\">");
12633 memset(wps_autho_sta_mac, 0, sizeof(wps_autho_sta_mac)); /* Add in PF #3 */
12647 else if (!strcmp(name, "wps_autho_sta_mac")) /* Add in PF #3 */
12648 memcpy(wps_autho_sta_mac, value, sizeof(wps_autho_sta_mac));
13126 value = websGetVar(wp, "wps_autho_sta_mac", NULL);
13143 uilen += sprintf(uibuf + uilen, "wps_autho_sta_mac=\"%s\" ", value);
13316 if (b_wps_version2 && strlen(wps_autho_sta_mac))
[all...]

Completed in 108 milliseconds