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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dbroadcom.c10512 int dwds[2]; local
10531 /* While enabling proxy sta,repeater or dwds modes on second wl interface
10542 dwds[wl_unit] = atoi(wl_dwds);
10545 dwds[1 - wl_unit] = atoi(nvram_safe_get(nv_param));
10559 dwds[0] = atoi(nvram_safe_get("wl0_dwds"));
10560 dwds[1] = atoi(nvram_safe_get("wl1_dwds"));
10566 dwds[0] = (dwds[0] && strcmp(mode[0], "ap"));
10567 dwds[1] = (dwds[
[all...]

Completed in 196 milliseconds