|
@@ -1544,7 +1544,7 @@ namespace MOKA_Factory_Tools
|
|
if (_MiKey.DSN != null)
|
|
if (_MiKey.DSN != null)
|
|
SetCheckboxStatus(WriteDSN, false);
|
|
SetCheckboxStatus(WriteDSN, false);
|
|
|
|
|
|
- if (_MiKey.WifiMac != null)
|
|
|
|
|
|
+ if (_MiKey.WIFIMAC != null)
|
|
SetCheckboxStatus(WriteWifiMac, false);
|
|
SetCheckboxStatus(WriteWifiMac, false);
|
|
}
|
|
}
|
|
#endregion
|
|
#endregion
|
|
@@ -1642,7 +1642,7 @@ namespace MOKA_Factory_Tools
|
|
ReportMIKey reportMIKey = new ReportMIKey();
|
|
ReportMIKey reportMIKey = new ReportMIKey();
|
|
reportMIKey.EthernetMAC = _MiKey.EthernetMac;
|
|
reportMIKey.EthernetMAC = _MiKey.EthernetMac;
|
|
reportMIKey.BTMAC = _MiKey.BTMac;
|
|
reportMIKey.BTMAC = _MiKey.BTMac;
|
|
- reportMIKey.WifiMAC = _MiKey.WifiMac;
|
|
|
|
|
|
+ reportMIKey.WIFIMAC = _MiKey.WIFIMAC;
|
|
// 读取HDCP长度赋值;
|
|
// 读取HDCP长度赋值;
|
|
reportMIKey.HDCP22 = _MiKey._HDCP22.ToString();
|
|
reportMIKey.HDCP22 = _MiKey._HDCP22.ToString();
|
|
reportMIKey.HDCP14 = _MiKey._HDCP14.ToString();
|
|
reportMIKey.HDCP14 = _MiKey._HDCP14.ToString();
|
|
@@ -2473,10 +2473,10 @@ namespace MOKA_Factory_Tools
|
|
keyInfo.DSN.enable = true;
|
|
keyInfo.DSN.enable = true;
|
|
}
|
|
}
|
|
|
|
|
|
- if (_MiKey.WifiMac != null)
|
|
|
|
|
|
+ if (_MiKey.WIFIMAC != null)
|
|
{
|
|
{
|
|
SetCheckboxStatus(WriteWifiMac, true);
|
|
SetCheckboxStatus(WriteWifiMac, true);
|
|
- keyInfo.WiFi_MAC.data = _MiKey.WifiMac;
|
|
|
|
|
|
+ keyInfo.WiFi_MAC.data = _MiKey.WIFIMAC;
|
|
keyInfo.WiFi_MAC.enable = true;
|
|
keyInfo.WiFi_MAC.enable = true;
|
|
}
|
|
}
|
|
}
|
|
}
|