Hello!
We would like to add support for a Wi-Fi AP in addition to our Wi-Fi client connection on a BalenaFin. We currently use Network Manager to manage the client connection and that works perfectly. But we have occasionally seen cases where the Wi-Fi radio is not able to connect, or loses its connection, and we would like to be able to connect to the AP in those cases to retrieve some debugging information. I could write code to enable the AP when the client becomes disconnected, and that would be fine, but it would give us greater flexibility if we could just run the AP concurrently.
I found this post that said the AP+STA feature was not working on the Rasp Pi 3 at that time. Has this feature been supported yet?
I also noticed there is a “uap0” interface on the gateway, but it is in an unmanaged state. What is this intended to be used for? Can the NMCLI command be used to create and enable a Wi-Fi AP on uap0?
Thank you for your help!