Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WiFi Scan-All networks return OPEN #564

Closed
ghost opened this issue Mar 27, 2023 · 1 comment
Closed

WiFi Scan-All networks return OPEN #564

ghost opened this issue Mar 27, 2023 · 1 comment
Assignees

Comments

@ghost
Copy link

ghost commented Mar 27, 2023

WiFi scanning results in all networks showing as OPEN security.

Console snip:
{
ssid: 'XXXXXX',
bssid: 'xx:xx:xx:xx:xx:xx',
security: 'OPEN',
rssi: -46,
channel: 1
},

Test code:
const { WiFi } = require('wifi');
const wifi = new WiFi();

wifi.scan((err, scanResults) => {
if (err) {
console.error(err);
} else {
console.log(scanResults);
}
});

@communix communix self-assigned this Apr 8, 2023
@communix
Copy link
Collaborator

communix commented Apr 8, 2023

Let me check this issue.

communix added a commit that referenced this issue Apr 9, 2023
 - Wifi scan auth value issue is fixed.
 - #564
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant