friedrith / node-wifi

📶 NodeJS tool to manage wifi (connections, scans)
MIT License
397 stars 161 forks source link

returning extra bogus wap #43

Closed dkebler closed 6 years ago

dkebler commented 6 years ago

scan keeps returning this extra bogus wap. Thei global installed cli version doesn't return this only from a programatic call to scan.

{ ssid: '--', bssid: 'FA:8F:CA:60:8E:F2', mac: 'FA:8F:CA:60:8E:F2', mode: 'Infra', channel: 3, frequency: 2422, signal_level: -50.5, security: '', security_flags: { wpa: '(none)', rsn: '(none)' }, quality: 99 } ]

dkebler commented 6 years ago

for now I'll just filter it. That would be using nmcli on linux box

dkebler commented 6 years ago

nope it's showing up in cli as well

dkebler commented 6 years ago

It shows up using nmcli directly so not your issue.

lock[bot] commented 4 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.