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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Drc.c789 /* 'wl_unit' is changed to "0.-1" after Vista configure router (using Borg DTM1.3 patch).
793 if (!nvram_match("wl_unit", "0"))
794 nvram_set("wl_unit", "0");
1509 int wl_unit = unit; local
1525 sprintf(prefix, "wl%d.1_", wl_unit);
1536 sprintf(nv_param, "wl%d_ure", wl_unit);
1539 sprintf(nv_param, "wl%d_vifs", wl_unit);
1540 sprintf(nv_value, "wl%d.1", wl_unit);
1543 sprintf(nv_param, "wl%d.1_unit", wl_unit);
1544 sprintf(nv_value, "%d.1", wl_unit);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dbroadcom.c2707 if ((value = websGetVar(wp, "wl_unit", NULL))) {
2708 printf("ej_wps_display: wl_unit=%s\n", value);
2709 nvram_set("wl_unit", value);
5123 str_to_compare = websGetVar(wp, "wl_unit", NULL);
5126 str_to_compare = nvram_safe_get("wl_unit");
5219 temp = nvram_get("wl_unit");
5221 websError(wp, 400, "Error getting wl_unit\n");
5921 temp = nvram_get("wl_unit");
5923 websError(wp, 400, "Error getting wl_unit\n");
5947 temp = nvram_get("wl_unit");
7763 char *wl_unit=NULL; local
8396 int wl_unit = -1; local
10418 int wl_unit = -1; local
10947 wl_unit(webs_t wp, char *value, struct variable *v, char *varname) function
14024 char *wl_unit=NULL; local
[all...]

Completed in 74 milliseconds