Windows fixes (work still in progress)
This commit is contained in:
2
index.js
2
index.js
@ -74,4 +74,4 @@ module.exports = {
|
||||
}
|
||||
scanNetworks(callback);
|
||||
}
|
||||
};
|
||||
};
|
||||
|
@ -6,7 +6,7 @@
|
||||
const systemRoot = process.env.SystemRoot || 'C:\\Windows';
|
||||
const tool = systemRoot + '\\System32\\netsh.exe';
|
||||
const cmdLine = tool + ' wlan show networks mode=Bssid';
|
||||
const detector = tool + ' -h';
|
||||
const detector = tool + ' show alias';
|
||||
|
||||
/**
|
||||
* Parsing netnsh output. Unfortunately netsh supplies the network information
|
||||
|
Reference in New Issue
Block a user