ruuvi / ruuvi.gateway_esp.c

Ruuvi Gateway ESP32 code
BSD 3-Clause "New" or "Revised" License
24 stars 15 forks source link

Wi-Fi networks with multiple hotspots aren't shown as one #375

Closed laurijamsa closed 2 years ago

laurijamsa commented 2 years ago

Wi-Fi configurator doesn't show two hotspots as one and those networks are jumping on the configurator like shown on the video. Note also that the other one doesn't allow to enter password at all. Mobile phones and computers show only one network. 1.8.2 firmware. Video should explain the issue:

https://user-images.githubusercontent.com/1311912/136656477-e3c4cd0b-54dc-4a9e-a2bc-af94ddbcf9c2.mp4

TheSomeMan commented 2 years ago

Two hotspots with the same name are not joined to the one element only if theirs auth_mode are different, for example one hotspot uses WIFI_AUTH_WPA3_PSK, and another one WIFI_AUTH_WPA2_WPA3_PSK. Of course we can join them despite the differences in auth_mode, but I suppose that hotspots that requires password authentication should not be joined with that ones which does not require authentication.

markoaamunkajo commented 2 years ago

Moving to done