New version
This commit is contained in:
parent
3e275d2d3a
commit
7a4f7b6ff8
@ -346,7 +346,7 @@ function getWindowsIEEE8021x(connectionType, iface, ifaces) {
|
||||
if(state8021x.includes('Disabled')){
|
||||
i8021x.state = "Disabled";
|
||||
i8021x.protocol = "Not defined";
|
||||
|
||||
|
||||
} else if (state8021x.includes('Enabled')) {
|
||||
const protocol8021x = arrayIface8021xInfo.find((element) => {
|
||||
return element.includes('EAP');
|
||||
@ -365,6 +365,8 @@ function getWindowsIEEE8021x(connectionType, iface, ifaces) {
|
||||
let i8021xState = '';
|
||||
let i8021xProtocol = '';
|
||||
|
||||
|
||||
|
||||
try {
|
||||
const SSID = getWindowsWirelessIfaceSSID(iface);
|
||||
if(SSID !== 'Unknown') {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user