I've got a Raspberry Pi 3 B and I'd like to be able to remotely control it even when I can't establish a connection to any Wi-Fi router.
I'm using my Android phone as a remote access device, it has some SSH tools that should work in such a scenario, but the problem is with creating an access point for both devices to connect to.
So I was wondering, is it possible to create an access point using the on-board Wi-Fi that would allow my Android phone to connect to it and SSH into the Pi? At the same time I want my other USB Wi-Fi adapter to continue capturing network packets for example.
The idea is to use one Wi-Fi adapter as an access point for my Android device for the SSH connection and the other for some other unrelated network activity.