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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A DRU_welcome.js18 if (parent.mac_spoof == "0")
41 if (parent.mac_spoof == "0")
83 if (parent.mac_spoof == "0")
97 if (parent.mac_spoof == "0")
106 if (parent.mac_spoof == "0")
137 if (parent.mac_spoof == "0")
144 if (parent.mac_spoof == "0")
175 if (parent.mac_spoof == "0")
182 if (parent.mac_spoof == "0")
190 cf.MACAssign.value=parent.mac_spoof;
[all...]
H A DRU_mac_spoof.js27 parent.mac_spoof="0";
29 parent.mac_spoof="1";
31 parent.mac_spoof="2";
33 //parent.mac_spoof=cf.MACAssign.value;
200 parent.mac_spoof="0";
202 parent.mac_spoof="1";
204 parent.mac_spoof="2";
206 //parent.mac_spoof=cf.MACAssign.value;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dbroadcom.c1721 int ap = 0, sta = 0, wet = 0, wds = 0, mac_spoof = 0, psta = 0, psr = 0; local
1756 else if (!strcmp(cap, "mac_spoof"))
1757 mac_spoof = 1;
1773 if (mac_spoof)
1774 websWrite(wp, "<option value=\"mac_spoof\" %s>Wireless Ethernet MAC Spoof</option>\n",
1775 nvram_match(wl_mode, "mac_spoof" ) ? "selected" : "");
2691 !strcmp(value, "mac_spoof")) {
3319 !strcmp(mode, "mac_spoof")) {
7098 if ((strncmp(temp, "wet", 3) == 0) || (strncmp(temp, "mac_spoof", 3) == 0) ||
11703 { "wl_mode", "Mode", wl_prefix, validate_wl_mode, ARGV("ap", "wds", "sta", "wet", "apsta", "mac_spoof", "pst
[all...]

Completed in 139 milliseconds