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

/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dservices_ex.c1934 char str_eapMethod[17+1]; local
1965 memset(str_eapMethod, 0, sizeof(str_eapMethod));
2278 strcpy(str_eapMethod, "EAP-TLS");
2280 strcpy(str_eapMethod, "PEAP-EAP-TLS");
2282 strcpy(str_eapMethod, "PEAP-EAP-MSCHAPv2");
2639 printf("%d, %s\n", t_eapMethod, str_eapMethod);
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dservices_ex.c1931 char str_eapMethod[17+1]; local
1962 memset(str_eapMethod, 0, sizeof(str_eapMethod));
2275 strcpy(str_eapMethod, "EAP-TLS");
2277 strcpy(str_eapMethod, "PEAP-EAP-TLS");
2279 strcpy(str_eapMethod, "PEAP-EAP-MSCHAPv2");
2636 printf("%d, %s\n", t_eapMethod, str_eapMethod);

Completed in 103 milliseconds