OpenWrt 25.12.0-rc4 - Release Candidate

I did an in place upgrade from 24.10.5 to 25.12 rc4 (built from source).

I’m unable to get wifi-vlan to work with 25.12 rc4 on my dumb AP’s. I’m speaking of this feature. I’m using WPA2 only.

In 24.10 it worked flawlessly with wpad-mbedtls in place of wpad-basic-mbedtls and I’ve done the same in 25.12. Have dependencies or necessary options changed or have I happened upon a bug?

An example of the additions to /etc/config/wireless that work with 24.10.5

config wifi-vlan
option name 'guest'
option vid '11'
option network 'guest'

config wifi-station
option vid '11'
option key ‘secret’

Please let me know what, if any, logs I can provide to help.