Wifi list doesn't include hidden ssid wifi
See original GitHub issueI have tried to get the hidden ssid network from this function reScanAndLoadWifiList
on andriod but It seems not work.
Please give me some advice. thank you
Issue Analytics
- State:
- Created 3 years ago
- Comments:6
Top Results From Across the Web
Hidden Network: What It Is and How to Discover One - NetSpot
To get rid of a hidden network, you need to log in to your router's admin panel and go to WiFi settings. There,...
Read more >Cannot connect to hidden wifi networks on Xbox Series X/S
Connecting to hidden SSID isn't straightforward: Following onscreen prompts on its own does not work. In the Set up wireless network, you have...
Read more >How to find and connect to Hidden WiFi Networks on Windows ...
Whenever you connect to a Wi-Fi network, you must have noticed that there is a name associated with it. An SSID is the...
Read more >Wi-Fi Hidden SSIDs - Don't Do It! - YouTube
Packet capture showing the difference between a hidden SSID and a non- hidden SSID.
Read more >What to Know About Connecting to a Hidden Network - Lifewire
Unless you have set your Wi-Fi router to be hidden, your Wi-Fi networking equipment won't broadcast any hidden networks you come across via...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
You will have to make a native module yourself. You can copy bits and pieces out of https://github.com/ThanosFisherman/WifiUtils. Up to android 9 you can just create the wifi configuration. Starting android 10, you will have to use the new api. Just skip the scanning part.
In react-native-wifi-reborn we scan first so that we know if the network is in range + what the security details of the network are.
Well, if it’s hidden I don’t think it will show up in the list. And probably this will also break connecting via this library.