Merge branch 'master' of https://github.com/Tulpep/systeminformation
This commit is contained in:
commit
9aa051d7b8
@ -356,8 +356,8 @@ function getWindowsIEEE8021x(connectionType, iface, ifaces) {
|
|||||||
}
|
}
|
||||||
} else if (connectionType == 'wireless'){
|
} else if (connectionType == 'wireless'){
|
||||||
try {
|
try {
|
||||||
// const SSID = getWindowsWirelessIfaceSSID(iface);
|
const SSID = getWindowsWirelessIfaceSSID(iface);
|
||||||
const SSID = '1';
|
// const SSID = '1';
|
||||||
if(SSID !== 'Unknown') {
|
if(SSID !== 'Unknown') {
|
||||||
i8021xState = execSync(`netsh wlan show profiles "${SSID}" | findstr "802.1X"`, util.execOptsWin);
|
i8021xState = execSync(`netsh wlan show profiles "${SSID}" | findstr "802.1X"`, util.execOptsWin);
|
||||||
i8021xProtocol = execSync(`netsh wlan show profiles "${SSID}" | findstr "EAP"`, util.execOptsWin);
|
i8021xProtocol = execSync(`netsh wlan show profiles "${SSID}" | findstr "EAP"`, util.execOptsWin);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user