Can Jetson Orin Nano Super modify WiFi mode to connect to a network and host a hotspot simultaneously?(WiFi STA+AP)

Hi everyone,

I’m currently working with a Jetson Orin Nano Super development board (running the default Ubuntu-based JetPack system). I have a requirement: I want the board’s WiFi to connect to an existing network (e.g., my home router) while hosting a WiFi hotspot to share the network with other devices.

I’m wondering if this dual-function (simultaneous station + AP mode) is supported on the Jetson Orin Nano Super. If yes, could anyone share the official configuration steps or relevant guides? If not, is there any alternative solution for this scenario?

Thanks a lot for your help!

Hi,
By default it is no enabled. Please consult with the vendor and see how to enable the function. It is supposed to be RTL8822CE and you can run $ sudo lspci -v to confirm this.

Thanks,I will try your advice.