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

/asus-wl-520gu-7.0.1.45/src/router/infosvr/
H A Dinfosvr.c58 char productid_g[32]; variable
71 //strncpy(productid_g, nvram_safe_get("productid"), sizeof(productid_g));
74 strncpy(productid_g, "WL-500gP V2", sizeof(productid_g));
76 strncpy(productid_g, "WL-520GU", sizeof(productid_g));
78 strncpy(productid_g, temp_productid, sizeof(productid_g));
H A Dcommon.c663 extern char productid_g[];
755 // strcpy(productid_g, nvram_safe_get("machine_name"));
756 //strcpy(productid_g, nvram_safe_get("productid"));
759 strcpy(productid_g, "WL-500gP V2");
761 strcpy(productid_g, "WL-520GU");
763 strcpy(productid_g, temp_productid);
767 strcpy(ginfo->ProductID, productid_g);
804 // strcpy(productid_g, nvram_safe_get("machine_name"));
805 //strcpy(productid_g, nvram_safe_get("productid"));
808 strcpy(productid_g, "W
[all...]

Completed in 35 milliseconds