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

/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dservices_ex.c1924 char str_configId[36+1]; local
1955 memset(str_configId, 0, sizeof(str_configId));
2152 strcpy(str_configId, p_Value);
2626 printf("%d, %s\n", t_configId, str_configId);
2648 nvram_set("wl_configId", str_configId);
2790 fprintf(fp, "\t<configId>%s</configId>\n", str_configId);
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dservices_ex.c1921 char str_configId[36+1]; local
1952 memset(str_configId, 0, sizeof(str_configId));
2149 strcpy(str_configId, p_Value);
2623 printf("%d, %s\n", t_configId, str_configId);
2645 nvram_set("wl_configId", str_configId);
2787 fprintf(fp, "\t<configId>%s</configId>\n", str_configId);

Completed in 166 milliseconds