Thank you for the pointer to the API.
But the situation regarding the unwashed may be worse than you imagine. I am trying to make the GL.iNet router work because there is no WiFi driver on my operating system, IBM OS/2. But there is a recent curl, and the REXX scripting language. So I have put the router in a repeater mode, and I am communicating using some scripts.
I even found a JSON facility written in REXX.
So now, I can logon, and scan for hotspots and print a list using ```
https://192.168.8.1/cgi-bin/api/repeater/scan
I can get information about the current router settings using ```
https://192.168.8.1/cgi-bin/api/repeater/info
What I have not yet been able to figure out is how to join a new hotspot. Where do I set the password?
Thanks for your help.