UNO R4 WiFi modes

The ESP8266 which the UNO R4 uses supports 3 WiFi modes: Station, AP plus both.

Looking at the documentation for the UNO R4, it only seems to support the first two - is that correct??

Thanks!!

it is an ESP32S3.
it is not obvious from the source code. did you try it? does it stop the station when you start AP?

Yes, when I start a station it stops AP mode, and vice versa.