Disruption of real wlan interface when disable its Virtual AP.

We added a Virtual AP with its own SSID and Security Profile to a real wlan1 interface.

Our goal is to enable this additional Virtual AP SSID within a particular time period only.

So we are curently using these commands to disable and enable it via System → Script & Schedule:

/interface wireless enable VirtualAP1
/interface wireless disable VirtualAP1

It works.

The only problem is that when that Virtual AP is disabled or re-enabled, it will also disrupt the real wlan interface (master-interface=wlan1) for a few seconds (disappear then appear again). This would disrupt Zoom connections etc… for users on the real wlan1 interface.

I don’t know to to fix this? Or any other solutions?

Our goal is to enable this additional Virtual AP SSID within a particular time period only.

Thanks