On some distributions like Ubuntu and Debian, a Wi-Fi hotspot uses WPA/WPA2/WPA3 security by default.
It seems that the ESP cannot connect to this kind of hotspot.
I disabled the WPA3 setting in the terminal and restarted the hotspot while the unlocker application was active and waiting for a connection.
nmcli connection modify xteink-unlocker-hotspot 802-11-wireless-security.key-mgmt wpa-psk
nmcli connection modify xteink-unlocker-hotspot 802-11-wireless-security.proto rsn
nmcli connection down xteink-unlocker-hotspot
nmcli connection up xteink-unlocker-hotspot
After the restart the unlocker app is working as expected.
Thank you for sharing your work!
On some distributions like Ubuntu and Debian, a Wi-Fi hotspot uses WPA/WPA2/WPA3 security by default.
It seems that the ESP cannot connect to this kind of hotspot.
I disabled the WPA3 setting in the terminal and restarted the hotspot while the unlocker application was active and waiting for a connection.
After the restart the unlocker app is working as expected.
Thank you for sharing your work!