Error for connect on windows 10
I can scan for wi-fi connections but when i try to connect to it, I got a message
Encountered an error while acquiring network interface connection state: [object Object]
I would like at least to see witch error is throwing
Puedo buscar conexiones wi-fi, pero cuando intento conectarme a él, recibo un mensaje que
Encountered an error while acquiring network interface connection state: [object Object]me gustaría al menos ver que se produce un error de bruja
Duplicate of #
Same error even when i use scan or get interface state or any other function. I can't get the error is always a object.
CODE: var WiFiControl = require('wifi-control');
// Initialize wifi-control package with verbose output WiFiControl.init({ debug: true, iface: 'wlan0', connectionTimeout: 10000 });
var ifaceState = WiFiControl.getIfaceState();
TERMINAL: WiFiControl: Debug mode set to: true WiFiControl: AP connection attempt timeout set to: 10000ms WiFiControl: Wireless interface manually set to wlan0. WiFiControl: Encountered an error while acquiring network interface connection state: [object Object]