I finally solved this myself. If you add a bridge, or change interfaces assigned to a bridge, you need to properly set the NVRAM variables that eapd (the daemon that handles wifi authentication) looks at, and then restart eapd. Here is what worked for me:
# set the nvram settings that are...
I have an unusual situation where an app I am using to control certain devices remotely has to be in the same broadcast domain as those devices. I do this by accessing a remote OpenVPN TAP (not TUN) server installed on a router on the remote end with a client installed on my router. The client...