Description
Related area
WiFiMulti
Hardware specification
ESP32
Is your feature request related to a problem?
I have my IoT devices connect to a hidden ssid. The ssid is hidden not because of security concerns, just simply don't want it listed in list of available networks. The hidden ssid is broadcast on three different APs (w different channels of course). Unlike WiFi, WiFiMulti does a good job of connecting to the AP w/ the strongest signal. I hacked WiFiMulti.cpp to get it to work. It was simple - modified the scanNetworks call to include hidden ssids - WiFi.scanNetworks(false, true) - and then used the hidden ssid for the networks returned by the scan w/o an ssid. Its an unelegant hack, so I'm not going to submit my code, but I think I submitted enough info for someone to make it a feature. I have a number of ESP32's in my IoT. I program them w/ Arduino using the arduino-esp32 lib.
Describe the solution you'd like
WifiMulti feature to connect to hidden ssid w/ strongest RSSI
Describe alternatives you've considered
I looked at various other wifi libs for ESP32. None offer this feature.
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
- I confirm I have checked existing list of Feature requests and Contribution Guide.
Metadata
Metadata
Assignees
Type
Projects
Status