Cannot connect to Internet using dswifi/ap_search example
Hi !
I tried the dswifi/ap_search example, but it doesn't work when I'm trying to connect to my open mobile hotspot (no password needed, and successfully listed as open), it just says "Disconnected ". The same goes for my WPA2 internet router at home (effectively listed as WPA2), I double-checked the password, but I got the same message.
The mobile hotspot uses 2.4GHz band.
I have the latest libnds/devkitARM version (according to pacman on Arch Linux) and my copy of nds-examples repository is also up-to-date.
Did I do something wrong ?
I have another question, a bit off-topic though, I'd like to make a simple chess game which will connect to the online chess AI Stockfish (on lichess.org) so I must rewrite the dswifi/httpget example to handle HTTPS. I'll try to cross-compile a simple SSL library to check if it works, but is there any limitation I'm unaware of, or is my idea realistically feasible ?
Thanks for your time and your amazing work !