Browse Source

Z991239-4907 #comment feat: 同步准入2:kmckeyreq和ret接口没用了,去掉

陈纪林80310970 2 năm trước cách đây
mục cha
commit
821cc6607a
1 tập tin đã thay đổi với 0 bổ sung15 xóa
  1. 0 15
      Module/mod_accessauth/AccessAuthConn.h

+ 0 - 15
Module/mod_accessauth/AccessAuthConn.h

@@ -39,21 +39,6 @@ struct SMWKUpdateRet
 	BYTE kmcData[0];        // 变长1到300
 };
 
-#ifdef RVC_OS_LINUX
-//获取KMC密钥
-struct KMCKeyReq {
-	char TerminalNo[16];
-};
-
-struct KMCKeyRet {
-	char TMK[64];
-	char TPK[64];
-	char EDK[64];
-	char Index[8];
-	char Reserved[256];
-};
-#endif // RVC_OS_LINUX
-
 // 请求TOKEN时附带设备信息(未加密) 102 byte
 struct RequestTokenInfo
 {