• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/

Lines Matching defs:psk

3378 	char tmp[100], psk[65];
3387 strcpy(psk, value);
3390 websWrite(wp," psk_window.document.write(\"The WPA passphrase is %s\");\n", psk);
3401 char tmp[100], psk[65];
3410 strcpy(psk, random_psk);
3419 strcpy(psk, value);
3422 websWrite(wp," psk_window.document.write(\"The WPA passphrase is %s\");\n", psk);
3451 websWrite(wp," var psk = document.forms[0].wl_akm_psk[document.forms[0].wl_akm_psk.selectedIndex].value;\n");
3460 websWrite(wp," wpa != \"enabled\" && psk != \"enabled\" &&\n");
3570 websWrite(wp," var psk = document.forms[0].wl_akm_psk[document.forms[0].wl_akm_psk.selectedIndex].value;\n");
3586 websWrite(wp," wpa == \"disabled\" && psk == \"disabled\" &&\n");
3596 websWrite(wp," if (wpa == \"enabled\" || psk == \"enabled\" || wpa2 == \"enabled\" ||psk2 == \"enabled\") {\n");
3606 websWrite(wp," wpa != \"enabled\" && psk != \"enabled\" &&\n");
6267 char psk[65] = {0};
6288 if (!strcmp(tmp, "psk"))
6301 /* psk */
6304 strcpy(psk, value);
6351 strcpy(psk, random_psk);
6370 websWrite(wp, "<option value=\"psk psk2\"%s>WPA/WPA2-PSK</option></select>\n",
6390 psk, (configable ? "" : "disabled"));
8164 char *wpa = NULL, *psk = NULL;
8220 if ((psk = websGetVar(wp, "wl_akm_psk", NULL)) == NULL)
8221 psk = "disabled";
8227 if (!strcmp(wpa, "enabled") || !strcmp(psk, "enabled")
10090 char *wpa=NULL, *psk=NULL;
10101 psk = websGetVar(wp, "wl_akm_psk", NULL);
10102 if( !psk )
10103 psk = "disabled";
10124 if (!strcmp(psk, "enabled")
10134 if (!strcmp(wpa, "enabled") || !strcmp(psk, "enabled")
10154 if (!strcmp(psk, "enabled"))
10155 strcat(akms, "psk ");
12787 /* now we can apply new ssid/akm/crypto and psk */
13375 /* verify that we are a psk/tkip network */