Can I use Intel Wireless-AC8265 wifi with jetson nano as internal wifi network?

Hi @alanz , thanks for the response!
That way the jetson must be wired to an external router with ethernet cable?
I don’t want to wire my jetson to an external router.

The thing is:
I have a robotics project runs on the jetson nano and I want to connect to the robot remotely from my laptop (which runs ubuntu) and control it in remote mode.
The method I know and seems to me to be the most popular one - is ssh communication. So the way to that is to set up the same network on both machines and connect with ssh from the remote one.
So far so good, but my university network is secured and I cant ssh through it, so I need other solution.
A temporary solution that I’m using is connecting the machines to a hotspot I’m openning on my smartphone every time, but it is not proffesional and ofcourse it is not the right way to do that.

So I want to figure out what is the best network concept for this situation?