WiFiMulti won't work for an added SSID that is a hidden network #8217
Labels
Area: BT&Wifi
BT & Wifi related issues
Status: To be implemented
Selected for Development
Type: Feature request
Feature request for Arduino ESP32
Milestone
Board
ESP32 boards
Device Description
Any ESP32
Hardware Configuration
Basic chip with WiFi, using WifiMulti
Version
latest master (checkout manually)
IDE Name
PlatformIO
Operating System
MacOS 13.3
Flash frequency
40Mhz
PSRAM enabled
yes
Upload speed
115200
Description
When WiFi.scanNetworks runs, the results for networks that are hidden is to not return an SSID name. RSSI, BSSID, and other info is returned but no SSID.
When the APList items are compared to the SSID of that hidden network:
There won't be a match. If we pass our SSID to
WiFi.begin("hidden ssid name", "password");
that will work, but not withWiFiMulti.run()
as the ssid added via WiFiMulti.addAP("hidden ssid name", "password") will never match the empty string that results from the scan.Sketch
Debug Message
Other Steps to Reproduce
Use WiFi.scanNetworks in an environment where you have hidden and unhidden SSID.
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: