I am trying to connect an NVIDIA Jetson Nano with an Intel Dual-Band Wireless-AC 8265 over WiFi directly to an Android smartphone. I can make the devices connect through an intermediary wireless router, but this system needs to be able to work independently out in the field. I'm not looking for an access point or internet forwarding, I just want to be able to connect up the sockets on a pair of apps, one on the Jetson and one on the Android, so that I can send UDP packets.
I have used several devices which have this functionality, where as soon as the device is turned on it begins broadcasting availability of its own local WiFi network. A nearby device can see this network (it shows up in the network manager), authenticate, connect, and begin sending and receiving data all wirelessly with no intermediary. This is what I'm looking to accomplish here.
The research that I've done indicates that Android devices cannot connect to ad-hoc networks, which would explain why I never saw the Jetson's ad-hoc network in the Android's network manager. I don't have any option to create a local network in "infrastructure" mode, as many people seem to think is necessary. If this is the case, a lead on a WiFi chip which supports this would be useful as I've had no luck in finding one that explicitly mentions the functionality myself.
So, to reiterate, how can I achieve this direct connection between a network hosted on an Ubuntu machine and an Android smartphone?