After working with several others, I still haven't come up with a fix on having a VLAN on a back-haul connection to a Dumb AP that will allow a good logon.
I worked with Marc (onemarcfifty) on this issue and it seemed to be another "driver" issue with Marvell. He suggested I contact Eduardo Perez here on the forum.
I did and Eduardo is certain this is not a Marvell Driver issue as he has multiple SSIDs running on VLAN connections on the same units as primary router, Dumb AP and Downstream AP. I'm just trying to bring up one. He suggested I post more information here and see if anyone could help.
I can log onto both the native wireless SSIDs (5 & 2.4Ghz) which I have separated by name just for testing purposes. I'm trying to put the Guest account on the 2.4Ghz radio but as soon as I put the Guest (calling it GuestTest for now) on radio 1 as the second SSID, I lose the ability to logon to the first SSID (OpenWRT). If I delete the Guest account, OpenWRT SSID works fine again. I am not using Radio 3 (3rd radio)
My primary router is pfSense and I'm pretty sure the VLAN is configured correctly there and in the switch as when I use DHCP on the Guest interface, it is getting an IP and it is from the correct network.
Network
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
config device
option name 'br-lan'
option type 'bridge'
option ipv6 '0'
option bridge_empty '1'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
list ports 'lan4'
list ports 'wan'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option netmask '255.255.255.0'
option ip6assign '60'
option gateway '192.168.1.1'
list dns '192.168.1.1'
option ipaddr '192.168.1.6'
option delegate '0'
config device
option name 'wan'
option ipv6 '0'
config device
option name 'wlan1-1'
option ipv6 '0'
config device
option name 'wlan0'
option ipv6 '0'
config device
option name 'wlan1'
option ipv6 '0'
config device
option name 'eth0'
option ipv6 '0'
config device
option type '8021q'
option ifname 'br-lan'
option vid '10'
option name 'br-lan.10'
option ipv6 '0'
option macaddr '60:38:e0:BB:c6:68'
config interface 'GuestTest'
option device 'br-lan.10'
option proto 'dhcp'
option delegate '0'
WIRELESS
config wifi-device 'radio0'
option type 'mac80211'
option path 'soc/soc:pcie/pci0000:00/0000:00:01.0/0000:01:00.0'
option band '5g'
option htmode 'VHT80'
option country 'US'
option cell_density '0'
option channel '44'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option dtim_period '3'
option ieee80211r '1'
option mobility_domain '123F'
option ft_over_ds '0'
option ft_psk_generate_local '1'
option encryption 'psk2'
option ssid 'OpenWRT5'
option key ''
option max_inactivity '14400'
config wifi-device 'radio1'
option type 'mac80211'
option path 'soc/soc:pcie/pci0000:00/0000:00:02.0/0000:02:00.0'
option band '2g'
option htmode 'HT20'
option country 'US'
option cell_density '0'
option channel '10'
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option ieee80211r '1'
option mobility_domain '123F'
option ft_over_ds '0'
option ft_psk_generate_local '1'
option dtim_period '3'
option encryption 'psk2'
option ssid 'OpenWRT'
option key ''
option max_inactivity '14400'
option disassoc_low_ack '0'
config wifi-device 'radio2'
option type 'mac80211'
option path 'platform/soc/soc:internal-regs/f10d8000.sdhci/mmc_host/mmc0/mmc0:0001/mmc0:0001:1'
option channel '34'
option band '5g'
option htmode 'VHT80'
option disabled '1'
config wifi-iface 'default_radio2'
option device 'radio2'
option network 'lan'
option mode 'ap'
option ssid 'OpenWrt'
option encryption 'none'
config wifi-iface 'wifinet3'
option device 'radio1'
option mode 'ap'
option key ''
option ssid 'GuestTest'
option dtim_period '3'
option encryption 'psk2'
option network 'GuestTest'
option disassoc_low_ack '0'
One concern I do have is that under devices, I see the Guest device (br-lan.10) and the Lan (br-lan) are on the same MAC address. Is this an issue?
I intend to use a static IP on the Guest interface, but putting it up as DHCP for now allows me to confirm the VLAN 10 coming from the upstream router and the managed switch config for the ports in use.
The Lan ports on the Dumb AP do get the PVID network 192.168.1.0