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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dbroadcom.c3500 websWrite(wp," document.forms[0].wps_crypto.disabled = 1;\n");
3501 websWrite(wp," document.forms[0].wps_crypto.value = \"0\";\n");
3505 websWrite(wp," document.forms[0].wps_crypto.disabled = 0;\n");
6487 websWrite(wp, "<td><select name=\"wps_crypto\"%s>", configable ? "" : "disabled");
12959 if ((value = websGetVar(wp, "wps_crypto", NULL)))
12961 uilen += sprintf(uibuf + uilen, "wps_crypto=\"%s\" ", value);
12988 char *wps_ssid = NULL, *wps_akm = NULL, *wps_crypto = NULL, *wps_psk = NULL; local
13047 if (!(wps_crypto = websGetVar(wp, "wps_crypto", NULL))) {
13082 nvram_set(tmp, wps_crypto);
[all...]

Completed in 166 milliseconds