Problem Multi-SSID on Xiaomi r3p

Hello everyone

I use a Xiaomo r3p with newly installed Openwrt 19.07.3.

I would like to operate Multi-SSID (3x SSID in 2.4 Ghz and 3x SSID in 5 Ghz network). Later separated by VLAN.

I have created two additional SSIDs. The run in the 2.4 Ghz network.
The 5 Ghz adapter is no longer running and is deactivated. Even restarting the adapter or the entire router does not help.

What am I doing wrong?

pls post your /etc/config/wireless file and rename/mask your SSID and passworts

Hello,

I tried several times yesterday and today, different constellations. Different channels or completely on automatic. And now, suddenly it happens. I do not understand it.
Software bug?


config wifi-device 'radio0'
        option type 'mac80211'
        option hwmode '11g'
        option path 'pci0000:00/0000:00:00.0/0000:01:00.0'
        option htmode 'HT40'
        option country 'DE'
        option channel 'auto'

config wifi-iface 'default_radio0'
        option device 'radio0'
        option network 'lan'
        option mode 'ap'
        option key 'xx'
        option ssid 'Heimnetz'
        option encryption 'psk2'

config wifi-device 'radio1'
        option type 'mac80211'
        option hwmode '11a'
        option path 'pci0000:00/0000:00:01.0/0000:02:00.0'
        option country 'DE'
        option channel 'auto'
        option htmode 'VHT80'

config wifi-iface 'default_radio1'
        option device 'radio1'
        option network 'lan'
        option mode 'ap'
        option key 'xx'
        option ssid 'Heimnetz'
        option encryption 'psk2'
        option ifname 'wlan2'

config wifi-iface 'wifinet2'
        option device 'radio0'
        option mode 'ap'
        option network 'lan'
        option key 'xx'
        option encryption 'psk2'
        option ifname 'wlan3'
        option ssid 'Gaeste'

config wifi-iface 'wifinet3'
        option encryption 'psk2'
        option device 'radio1'
        option mode 'ap'
        option network 'lan'
        option key 'xx'
        option ifname 'wlan4'
        option ssid 'Gaeste'

I have added another SSID in the 2.4 GHz network. Everything went well.
Then I switched off an SSID in the 5Ghz network to test something. and suddenly the 5 Ghz adapter is no longer active.

this is normal. the device gets active when someone is connected.

The entire adapter does not deactivate itself if there are no devices in the WLAN.
After something back and forth, it suddenly ran again. I just changed the channel and the adapter doesn't start again.