SignalK / SensESP

Universal Signal K sensor framework for the ESP32 platform
https://signalk.org/SensESP/
Apache License 2.0
145 stars 79 forks source link

Fails to connect to Wifi AP that uses WSP WAP authentication #681

Open amolotkov opened 4 months ago

amolotkov commented 4 months ago

Hello,

I'm attempting to connect to my Raspberry Pi 5 access point. I've configured it for the 2.4 GHz band and it's being advertised as the WSP WA network. SensESP can detect the network, but fails to connect, returning a connection status of 1 (WL_NO_SSID_AVAIL). However, it works fine when I remove authentication from the access point (although I have to adjust some code to bypass the Wi-Fi password check). Therefore, I assume the issue lies with the authentication mechanism rather than the frequency band.

mgrouch commented 2 months ago

See

https://github.com/SignalK/SensESP/issues/675