You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have two Wi-Fi access points with the different SSIDs βπ§β (4 octets in UTF-8) and βF09FA78Aβ (8 octets), and try scanning them with this Node.js package in Windows.
Expected behavior
WiFi.scan()
should be able to differentiate the two SSIDs βπ§
β (4 octets in UTF-8) and βF09FA78A
β (8 octets).Current behavior
Which are the affected features
Which is your operating system?
Windows
Environment
Windows
Version of node-wifi
2.0.16
Steps to Reproduce
Have two Wi-Fi access points with the different SSIDs β
π§
β (4 octets in UTF-8) and βF09FA78A
β (8 octets), and try scanning them with this Node.js package in Windows.Solutions
By not relying on
netsh
and calling the native Wi-Fi Windows API instead.The text was updated successfully, but these errors were encountered: