January 12, 2012 9:37 AM updated: January 12, 2012 11:23 AM

There is a way to keep that interface separate from your home network (br0) remember the bridged setting on the Virtual Interface? If you do a search in the DD-WRT Wiki you should find instructions on doing it....

The br0 interface is where all 'bridged traffic' joins the router and the router [based on its mode and firewall rules] forwards or blocks traffic to/from the WAN interface to/from the LAN side of the router.

On your router's GUI, if you go to SETUP>VLANS you will see which VLAN is assigned to to which physical interface, LAN or WAN.

On my RT-N16, VLAN1=Carries LAN Traffic and VLAN2=Carries WAN Traffic.

So the Router/Bridge br0 receives traffic via its physical interface eth0 from VLAN1 (LAN) and eth1 (WLAN) and joins this traffic to make a determination (based on its role of Router or Gateway) on how that traffic will be forwarded to VLAN2 (WAN Interface).

You can see this when you go on the Router GUI to SETUP>NETWORKING, down to the Bridging Table section.

Normally shows that br0 (router/bridge) is linking/bridging VLAN1(LAN traffic) together with eth1 (WLAN traffic).

So from a conceptual standpoint, if you create the following in the SETUP>NETWORKING Section you could segregate your VAP traffic straight to the WAN Interface without it touching or having visibility into your Private LAN.

Cenceptually, you would need to create a new bridge [br1] and then assign/link that bridge to the VAP interface. You would also need to create another instance of the DHCP server and assign it to your br1 bridge and configure a different network from your current private LAN (if you are using 192.168.1.0, then make the VAP Network 192.168.2.0). I will test this today but I believe you may need to also add a static route on your SETUP>ADVANCED ROUTING tab.

This is just what I have in my head conceptually.. but you should double check it with DD-WRT Wiki Tutorials and Forum Posts.

EDIT:
Check this tutorial out http://www.dd-wrt.com/wiki/index.php/Separate_LAN_and_WLAN