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

/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dservices_ex.c1940 char str_keyIndex[1+1]; local
1971 memset(str_keyIndex, 0, sizeof(str_keyIndex));
2400 strcpy(str_keyIndex, "1");
2402 strcpy(str_keyIndex, "2");
2404 strcpy(str_keyIndex, "3");
2406 strcpy(str_keyIndex, "4");
2477 (strcmp(str_encryption, "WEP")==0 && (strcmp(str_keyIndex, "1")==0 || strcmp(str_keyIndex, "4")==0)) ||
2645 printf("%d, %s\n", t_keyIndex, str_keyIndex);
[all...]
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dservices_ex.c1937 char str_keyIndex[1+1]; local
1968 memset(str_keyIndex, 0, sizeof(str_keyIndex));
2397 strcpy(str_keyIndex, "1");
2399 strcpy(str_keyIndex, "2");
2401 strcpy(str_keyIndex, "3");
2403 strcpy(str_keyIndex, "4");
2474 (strcmp(str_encryption, "WEP")==0 && (strcmp(str_keyIndex, "1")==0 || strcmp(str_keyIndex, "4")==0)) ||
2642 printf("%d, %s\n", t_keyIndex, str_keyIndex);
[all...]

Completed in 125 milliseconds