Current
Wifi credential entry interface in hotspot UI is deprected, and the Wifi data is entered via during initial setup in the CLI:
nmcli device wifi connect "MyWiFi" password "supersecret123"
Fix:
update the hotspot web interface to do a subprocess call to run this CLI
Current
Wifi credential entry interface in hotspot UI is deprected, and the Wifi data is entered via during initial setup in the CLI:
nmcli device wifi connect "MyWiFi" password "supersecret123"Fix:
update the hotspot web interface to do a subprocess call to run this CLI